summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2009-02-02 14:08:42 +0000
committerUrban Müller2009-02-02 14:08:42 +0000
commit673ce864cbdd866d210eb5e27b1fb3059199d373 (patch)
treedd991efc71f0db526a8107ea3cb6bdbb31947f8c /it.class
parentd2ba50a32fbd58595f0fc4c2a215922877b45776 (diff)
downloaditools-673ce864cbdd866d210eb5e27b1fb3059199d373.tar.gz
itools-673ce864cbdd866d210eb5e27b1fb3059199d373.tar.bz2
itools-673ce864cbdd866d210eb5e27b1fb3059199d373.zip
more debug info
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 81cdf01..029f7e5 100644
--- a/it.class
+++ b/it.class
@@ -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);