Changeset 19 for trunk/Base/Database.php


Ignore:
Timestamp:
Mar 1, 2010, 8:03:14 AM (14 years ago)
Author:
george
Message:
  • Přidáno: Modul pro práci s uživateli.
  • Upraveno: Úvodní stránka a stránka zobrazující historii sítě.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Base/Database.php

    r16 r19  
    111111  function MysqlDateToTime($Time)
    112112  {
    113     return(MysqlDateTimeToTime($Time.' 0:0:0'));
     113    return($this->MysqlDateTimeToTime($Time.' 0:0:0'));
    114114  }
    115115}
Note: See TracChangeset for help on using the changeset viewer.