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 6517fcc..3a0f8df 100644
--- a/it.class
+++ b/it.class
@@ -185,7 +185,7 @@ function error($p = array(), $body = "", $to = "")
if ($sendmail) # we're mailing: send maximum info
{
- $p['to'] .= " (on " . getenv('HOSTNAME') . ")";
+ $p['title'] .= " (on " . getenv('HOSTNAME') . ")";
$body .= $p['locals'] ? "Locals: " . print_r($p['locals'], true) . "\n\n" : "";
$body .= $_GET ? "\$_GET: " . print_r($_GET, true) . "\n\n" : "";
$body .= $_POST ? "\$_POST: " . print_r($_POST, true) . "\n\n" : "";