summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
authorUrban Müller2020-05-13 13:39:31 +0200
committerUrban Müller2020-05-13 13:39:31 +0200
commit5cdd490b2944dbf03fac21fbeb3959ea7a517835 (patch)
tree593ce5106659962f042c35438f835635bfb0dddd /it.class
parent5305027ef31613e98d284cdb779310613a4e71c7 (diff)
downloaditools-5cdd490b2944dbf03fac21fbeb3959ea7a517835.tar.gz
itools-5cdd490b2944dbf03fac21fbeb3959ea7a517835.tar.bz2
itools-5cdd490b2944dbf03fac21fbeb3959ea7a517835.zip
align title
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 97a2e5d..cbdd575 100644
--- a/it.class
+++ b/it.class
@@ -256,7 +256,7 @@ static function error($p = array())
}
$body =
- ($p['omitdebuginfo'] >= 2 ? "" : ($url && !$toscreen? "{$p['title']}\nUrl: $url\n" : "") .
+ ($p['omitdebuginfo'] >= 2 ? "" : ($url && !$toscreen? "Title: {$p['title']}\nUrl: $url\n" : "") .
($trace ? ($sendmail ? "" : " ") . "Trace: $trace\n" : "")) .
(!$sendmail || $p['omitdebuginfo'] >= 2 ? "" : "Host: " . getenv('HOSTNAME') . " at " . date("Y-m-d H:i:s") . (($t = time() - $_SERVER['REQUEST_TIME']) ? " (invoked {$t}s before)" : "") . "\n") . # no it::date() due to time- debug param
self::$error_context .