Changeset 567 for trunk/admin
- Timestamp:
 - Aug 20, 2013, 11:49:01 PM (12 years ago)
 - Location:
 - trunk/admin
 - Files:
 - 
      
- 2 edited
 
- 
          
  UpdateTrace.php (modified) (2 diffs)
 - 
          
  install.php (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/admin/UpdateTrace.php
r553 r567 2567 2567 } 2568 2568 2569 function UpdateTo567($Manager) 2570 { 2571 $Manager->Execute('ALTER TABLE `Log` ADD `URL` VARCHAR( 255 ) NOT NULL ;'); 2572 } 2573 2569 2574 $Updates = array( 2570 2575 498 => array('Revision' => 506, 'Function' => 'UpdateTo506'), … … 2574 2579 537 => array('Revision' => 539, 'Function' => 'UpdateTo539'), 2575 2580 539 => array('Revision' => 543, 'Function' => 'UpdateTo543'), 2581 543 => array('Revision' => 567, 'Function' => 'UpdateTo567'), 2576 2582 );  - 
      
trunk/admin/install.php
r553 r567 2 2 3 3 include_once(dirname(__FILE__).'/../includes/Database.php'); 4 include_once(dirname(__FILE__).'/../includes/AppModule.php'); 4 5 include_once(dirname(__FILE__).'/../includes/system.php'); 5 6 include_once(dirname(__FILE__).'/../includes/Update.php');  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  