summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);