Changeset 787 for trunk/includes


Ignore:
Timestamp:
Feb 7, 2014, 5:14:20 PM (11 years ago)
Author:
maron
Message:
  • Added: Users tag. Means style translation names for users
Location:
trunk/includes
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Version.php

    r786 r787  
    66// and system will need database update.
    77
    8 $Revision = 786; // Subversion revision
    9 $DatabaseRevision = 748; // Database structure revision
     8$Revision = 787; // Subversion revision
     9$DatabaseRevision = 787; // Database structure revision
    1010$ReleaseTime = '2014-02-05';
  • trunk/includes/global.php

    r760 r787  
    367367{
    368368  $DateTimeParts = explode(' ', $SQLDateTime);
    369   if($DateTimeParts[0] != '0000-00-00')
     369  if($DateTimeParts[0] != '0000-00-00' and $SQLDateTime <> '')
    370370  {
    371371    $DateParts = explode('-', $DateTimeParts[0]);
Note: See TracChangeset for help on using the changeset viewer.