summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2023-07-27 15:42:06 +0200
committerUrban Müller2023-07-27 15:42:06 +0200
commit74cab4f360e30d7b06dd7754b83917f1d3bee0c2 (patch)
tree4e4a60d6c454f0181d5dbfda0931316a4eb83cdd
parenta11dc208386a29226fa0ba2d6d60e9e77915477f (diff)
downloaditools-74cab4f360e30d7b06dd7754b83917f1d3bee0c2.tar.gz
itools-74cab4f360e30d7b06dd7754b83917f1d3bee0c2.tar.bz2
itools-74cab4f360e30d7b06dd7754b83917f1d3bee0c2.zip
fix mail0
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it.class b/it.class
index 7957562..bd3627f 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($trace) % 10000);
+ $mailid = sprintf("mail%04d", crc32($trace) % 10000 ?: $p['title']);
$body =
($p['omitdebuginfo'] >= 2 ? "" : ($url && !$toscreen? "Title: {$p['title']}\nUrl: $url\n" : "") .