diff options
author | Urban Müller | 2007-10-05 14:29:49 +0000 |
---|---|---|
committer | Urban Müller | 2007-10-05 14:29:49 +0000 |
commit | b52f769c22e46ee2b8461c631a3ada9fc3f845a2 (patch) | |
tree | ed7f88cfccaced130517f8c774200ad5cab90aa6 /it.class | |
parent | 71549c7f301282c9a04f2ed95a679d6c213335e7 (diff) | |
download | itools-b52f769c22e46ee2b8461c631a3ada9fc3f845a2.tar.gz itools-b52f769c22e46ee2b8461c631a3ada9fc3f845a2.tar.bz2 itools-b52f769c22e46ee2b8461c631a3ada9fc3f845a2.zip |
oops
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" : ""; |