Changeset 840 for trunk/includes
- Timestamp:
- Jan 10, 2016, 12:08:23 AM (9 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Locale.php
r816 r840 31 31 var $Dir; 32 32 33 function __construct( $System)33 function __construct(System $System) 34 34 { 35 35 parent::__construct($System); … … 163 163 var $Dir; 164 164 165 function __construct( $System)165 function __construct(System $System) 166 166 { 167 167 parent::__construct($System); -
trunk/includes/Version.php
r839 r840 6 6 // and system will need database update. 7 7 8 $Revision = 8 39; // Subversion revision8 $Revision = 840; // Subversion revision 9 9 $DatabaseRevision = 811; // Database structure revision 10 10 $ReleaseTime = '2016-01-11';
Note:
See TracChangeset
for help on using the changeset viewer.