]> git.mxchange.org Git - mailer.git/commitdiff
div->span and full path removed in debug output
authorRoland Häder <roland@mxchange.org>
Sun, 8 Nov 2009 17:29:46 +0000 (17:29 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 8 Nov 2009 17:29:46 +0000 (17:29 +0000)
inc/functions.php
templates/de/html/mailid/mailid_points_done.tpl

index de1578bff7b1d1db91e2d80a4a1780e95187ac88..5ebcaebce1fc5211496031264048ccf9a9deb519 100644 (file)
@@ -2638,7 +2638,7 @@ function debug_report_bug ($message = '') {
        } // END - if
 
        // Add output
-       $debug .= "Please report this bug at <a title=\"Direct link to the bug-tracker\" href=\"http://bugs.mxchange.org\" rel=\"external\" target=\"_blank\">bugs.mxchange.org</a> and include the logfile from <strong>" . getConfig('CACHE_PATH') . "debug.log</strong> in your report (you can now attach files):<pre>";
+       $debug .= "Please report this bug at <a title=\"Direct link to the bug-tracker\" href=\"http://bugs.mxchange.org\" rel=\"external\" target=\"_blank\">bugs.mxchange.org</a> and include the logfile from <strong>" . str_replace(getConfig('PATH'), '', getConfig('CACHE_PATH')) . "debug.log</strong> in your report (you can now attach files):<pre>";
        $debug .= debug_get_printable_backtrace();
        $debug .= "</pre>\nRequest-URI: " . getRequestUri()."<br />\n";
        $debug .= "Thank you for finding bugs.";
index 301f85ce86300a4b085abe59ba1f078a680cf3b9..859f76e51fbe527c50463184c8e963934d8f644a 100644 (file)
@@ -2,8 +2,8 @@
        <tr>
                <td width="220" align="center">
                        {--THANX_POINTS_ADDED_1--}<strong class="member_done">$content[points]</strong>&nbsp;{--THANX_POINTS_ADDED_2--}<br />
-                       {--MAILID_TOTAL_POINTS1--} <div class="member_done">$content[total]
-                       {?POINTS?}</div> {--MAILID_TOTAL_POINTS2--}
+                       {--MAILID_TOTAL_POINTS1--} <span class="member_done">$content[total]
+                       {?POINTS?}</span> {--MAILID_TOTAL_POINTS2--}
                </td>
                <td align="center">
                        <table border="0" cellspacing="0" cellpadding="0" class="member_banner dashed">