Changeset 595 for trunk/Common/Setup/Updates.php
- Timestamp:
- Nov 3, 2013, 11:39:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Setup/Updates.php
r592 r595 453 453 function Get() 454 454 { 455 return( $Updates =array(455 return(array( 456 456 491 => array('Revision' => 493, 'Function' => 'UpdateTo493'), 457 457 493 => array('Revision' => 494, 'Function' => 'UpdateTo494'), … … 478 478 584 => array('Revision' => 591, 'Function' => 'UpdateTo591'), 479 479 )); 480 481 } 480 } 481 }
Note:
See TracChangeset
for help on using the changeset viewer.