Ignore:
Timestamp:
Dec 29, 2013, 10:58:26 PM (11 years ago)
Author:
maron
Message:
  • Added: installation to 2.4.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r666 r678  
    26792679}
    26802680
     2681function UpdateTo678($Manager)
     2682{
     2683        $Manager->Execute('INSERT INTO  `ExportVersion` (`Id` ,`ExportType` ,`ClientVersion`)VALUES (NULL ,  \'10\',  \'11\');');   
     2684}
     2685
    26812686
    26822687$Updates = array(
     
    26972702        639 => array('Revision' => 646 , 'Function' => 'UpdateTo646'),
    26982703        646 => array('Revision' => 666 , 'Function' => 'UpdateTo666'),
     2704        666 => array('Revision' => 678 , 'Function' => 'UpdateTo678'),
    26992705);
Note: See TracChangeset for help on using the changeset viewer.