Changeset 590 for trunk/Modules/Setup/Updates.php
- Timestamp:
- Nov 2, 2013, 12:10:42 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Setup/Updates.php
r589 r590 441 441 } 442 442 443 444 $Updates = array( 443 class Updates 444 { 445 function Get() 446 { 447 return($Updates = array( 445 448 491 => array('Revision' => 493, 'Function' => 'UpdateTo493'), 446 449 493 => array('Revision' => 494, 'Function' => 'UpdateTo494'), … … 465 468 571 => array('Revision' => 574, 'Function' => 'UpdateTo574'), 466 469 574 => array('Revision' => 584, 'Function' => 'UpdateTo584'), 467 ); 470 )); 471 } 472 }
Note:
See TracChangeset
for help on using the changeset viewer.