Ignore:
Timestamp:
Oct 30, 2012, 6:51:08 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Pokud je položky v databázi typu čas nastavena na NULL, tak ji zobrazuj jako prázdnou ve výpisech.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/Types/DateTime.php

    r445 r455  
    1111    global $MonthNames;
    1212   
     13    if($Item['Value'] == 0) return('');
    1314    if((strtolower($Item['Value']) == 'now') or (strtolower($Item['Value']) == '')) $Item['Value'] = time();
    1415    $Parts = getdate($Item['Value']);
Note: See TracChangeset for help on using the changeset viewer.