From c4f05bcedf352407065b4fcc91c57fb84683ff87 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 8 Nov 2009 17:29:46 +0000 Subject: [PATCH] div->span and full path removed in debug output --- inc/functions.php | 2 +- templates/de/html/mailid/mailid_points_done.tpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/functions.php b/inc/functions.php index de1578bff7..5ebcaebce1 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2638,7 +2638,7 @@ function debug_report_bug ($message = '') { } // END - if // Add output - $debug .= "Please report this bug at bugs.mxchange.org and include the logfile from " . getConfig('CACHE_PATH') . "debug.log in your report (you can now attach files):
";
+	$debug .= "Please report this bug at bugs.mxchange.org and include the logfile from " . str_replace(getConfig('PATH'), '', getConfig('CACHE_PATH')) . "debug.log in your report (you can now attach files):
";
 	$debug .= debug_get_printable_backtrace();
 	$debug .= "
\nRequest-URI: " . getRequestUri()."
\n"; $debug .= "Thank you for finding bugs."; diff --git a/templates/de/html/mailid/mailid_points_done.tpl b/templates/de/html/mailid/mailid_points_done.tpl index 301f85ce86..859f76e51f 100644 --- a/templates/de/html/mailid/mailid_points_done.tpl +++ b/templates/de/html/mailid/mailid_points_done.tpl @@ -2,8 +2,8 @@ {--THANX_POINTS_ADDED_1--}$content[points] {--THANX_POINTS_ADDED_2--}
- {--MAILID_TOTAL_POINTS1--}
$content[total] - {?POINTS?}
{--MAILID_TOTAL_POINTS2--} + {--MAILID_TOTAL_POINTS1--} $content[total] + {?POINTS?} {--MAILID_TOTAL_POINTS2--} -- 2.39.2