diff options
-rw-r--r-- | it.class | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ static function error($p = array()) if ($sendmail) # we're mailing: send maximum info { - $p['title'] = "Alert: " . $p['title'] . " (on " . getenv('HOSTNAME') . ")"; + $p['title'] = "Alert: " . $p['title'] . " (by " . getenv('HOSTNAME') . ")"; if (!$p['omitdebuginfo']) { |