diff options
author | Urban Müller | 2009-02-02 14:08:42 +0000 |
---|---|---|
committer | Urban Müller | 2009-02-02 14:08:42 +0000 |
commit | 673ce864cbdd866d210eb5e27b1fb3059199d373 (patch) | |
tree | dd991efc71f0db526a8107ea3cb6bdbb31947f8c /it.class | |
parent | d2ba50a32fbd58595f0fc4c2a215922877b45776 (diff) | |
download | itools-673ce864cbdd866d210eb5e27b1fb3059199d373.tar.gz itools-673ce864cbdd866d210eb5e27b1fb3059199d373.tar.bz2 itools-673ce864cbdd866d210eb5e27b1fb3059199d373.zip |
more debug info
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ function error($p = array(), $body = null, $to = null) # $body and $to deprecate clearstatcache(); $lastsenttime = @filemtime($lastsentfn); $sendmail = $now - $lastsenttime > $p['blockmail']; - $lastsentdebug = "Lastsent: lastsentfn=$lastsentfn now=$now lastsenttime=$lastsenttime blockmail={$p['blockmail']} sendmail=$sendmail\n\n"; + $lastsentdebug = "Lastsent: lastsentfn=$lastsentfn now=$now lastsenttime=$lastsenttime blockmail={$p['blockmail']} sendmail=$sendmail errstampage=$errstampage\n\n"; if ($sendmail) { @unlink($lastsentfn); |