diff options
-rw-r--r-- | it.class | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -718,9 +718,6 @@ static function gets() */ static function date($format = "", $stamp = null) { - if (is_float($stamp)) # Temporary logging of float timestamps - @it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['REQUEST_URI']); - if (!isset($stamp)) $stamp = time(); else if (is_string($stamp) && !ctype_digit($stamp)) |