summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2007-10-05 14:29:49 +0000
committerUrban Müller2007-10-05 14:29:49 +0000
commitb52f769c22e46ee2b8461c631a3ada9fc3f845a2 (patch)
treeed7f88cfccaced130517f8c774200ad5cab90aa6
parent71549c7f301282c9a04f2ed95a679d6c213335e7 (diff)
downloaditools-b52f769c22e46ee2b8461c631a3ada9fc3f845a2.tar.gz
itools-b52f769c22e46ee2b8461c631a3ada9fc3f845a2.tar.bz2
itools-b52f769c22e46ee2b8461c631a3ada9fc3f845a2.zip
oops
-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" : "";