Changeset 839 for trunk/Application
- Timestamp:
- Sep 18, 2016, 6:41:49 PM (8 years ago)
- Location:
- trunk/Application
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/System.php
r795 r839 28 28 var $CommandLine; 29 29 var $PageHeaders; 30 var $BaseView; 30 31 31 32 function __construct() -
trunk/Application/UpdateTrace.php
r831 r839 2031 2031 $Manager->Execute('UPDATE `Service` SET `InternetSpeedMin`=`InternetSpeedMin`*1000;'); 2032 2032 $Manager->Execute('UPDATE `Service` SET `InternetSpeedMax`=`InternetSpeedMax`*1000;'); 2033 } 2034 2035 function UpdateTo838($Manager) 2036 { 2037 $Manager->Execute('ALTER TABLE `News` CHANGE `Date` `Date` DATETIME NULL, CHANGE `TargetDate` `TargetDate` DATETIME NULL;'); 2033 2038 } 2034 2039 … … 2126 2131 818 => array('Revision' => 824, 'Function' => 'UpdateTo824'), 2127 2132 824 => array('Revision' => 831, 'Function' => 'UpdateTo831'), 2133 831 => array('Revision' => 838, 'Function' => 'UpdateTo838'), 2128 2134 )); 2129 2135 } -
trunk/Application/Version.php
r834 r839 1 1 <?php 2 2 3 $Revision = 83 4; // Subversion revision4 $DatabaseRevision = 83 1; // SQL structure revision5 $ReleaseTime = strtotime('2016-0 7-03');3 $Revision = 838; // Subversion revision 4 $DatabaseRevision = 838; // SQL structure revision 5 $ReleaseTime = strtotime('2016-09-18');
Note:
See TracChangeset
for help on using the changeset viewer.