From 673ce864cbdd866d210eb5e27b1fb3059199d373 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 2 Feb 2009 14:08:42 +0000 Subject: more debug info --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3