diff options
author | Christian Schneider | 2011-11-09 12:08:32 +0000 |
---|---|---|
committer | Christian Schneider | 2011-11-09 12:08:32 +0000 |
commit | 629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e (patch) | |
tree | ec9a4fde06b97d2785c49fc8460bd465f96e3f6a | |
parent | 684195f906f6c274ef6e95d46660fe9516311b8f (diff) | |
download | itools-629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e.tar.gz itools-629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e.tar.bz2 itools-629bbd3e1b84b8996eb34a3d176b61e24c3a1f9e.zip |
Remove temporary logging of float timestamp in it::date()
-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)) |