diff options
author | Christian Schneider | 2011-11-08 16:20:28 +0000 |
---|---|---|
committer | Christian Schneider | 2011-11-08 16:20:28 +0000 |
commit | e729b48c09d8fc98fa9edbfc20b79744e1d0d55b (patch) | |
tree | 3bbb377eb88c88cc6d5bdc253c873612feda7dc0 | |
parent | 3c597ce7f9bfd0493ae76dc8d51566e107c56c66 (diff) | |
download | itools-e729b48c09d8fc98fa9edbfc20b79744e1d0d55b.tar.gz itools-e729b48c09d8fc98fa9edbfc20b79744e1d0d55b.tar.bz2 itools-e729b48c09d8fc98fa9edbfc20b79744e1d0d55b.zip |
Also log URL for it::date() with floats
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -719,7 +719,7 @@ 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()); + @it::log('it_date_float', $stamp, it_debug::backtrace(), $_SERVER['PHP_SELF']); if (!isset($stamp)) $stamp = time(); |