summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
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 b959e2b..7957562 100644
--- a/it.class
+++ b/it.class
@@ -273,7 +273,7 @@ static function error($p = array(), $extra = null)
$p['body'] = " See " . getenv('HOSTNAME') . ":$datafn";
}
- $mailid = "mail" . (crc32($p['title'] . $url) % 10000);
+ $mailid = "mail" . (crc32($trace) % 10000);
$body =
($p['omitdebuginfo'] >= 2 ? "" : ($url && !$toscreen? "Title: {$p['title']}\nUrl: $url\n" : "") .