From: Roland Häder Date: Sun, 8 Nov 2009 17:29:46 +0000 (+0000) Subject: div->span and full path removed in debug output X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c4f05bcedf352407065b4fcc91c57fb84683ff87;p=mailer.git div->span and full path removed in debug output --- 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--}