Changeset 787 for trunk/includes
- Timestamp:
- Feb 7, 2014, 5:14:20 PM (11 years ago)
- Location:
- trunk/includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/Version.php
r786 r787 6 6 // and system will need database update. 7 7 8 $Revision = 78 6; // Subversion revision9 $DatabaseRevision = 7 48; // Database structure revision8 $Revision = 787; // Subversion revision 9 $DatabaseRevision = 787; // Database structure revision 10 10 $ReleaseTime = '2014-02-05'; -
trunk/includes/global.php
r760 r787 367 367 { 368 368 $DateTimeParts = explode(' ', $SQLDateTime); 369 if($DateTimeParts[0] != '0000-00-00' )369 if($DateTimeParts[0] != '0000-00-00' and $SQLDateTime <> '') 370 370 { 371 371 $DateParts = explode('-', $DateTimeParts[0]);
Note:
See TracChangeset
for help on using the changeset viewer.