[geeklog-cvs] geeklog: skip COM_handleError in call stack

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Sep 18 10:26:00 EDT 2011


changeset 8410:f7004a908c4d
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/f7004a908c4d
user: Dirk Haun <dirk at haun-online.de>
date: Sun Sep 18 11:00:29 2011 +0200
description:
skip COM_handleError in call stack

diffstat:

 public_html/lib-common.php |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diffs (13 lines):

diff -r 3b665b2c253a -r f7004a908c4d public_html/lib-common.php
--- a/public_html/lib-common.php	Sun Sep 18 10:20:02 2011 +0200
+++ b/public_html/lib-common.php	Sun Sep 18 11:00:29 2011 +0200
@@ -7031,6 +7031,9 @@
                     echo "<tr><th align='right' bgcolor='#eeeeec'>#</th><th align='left' bgcolor='#eeeeec'>Function</th><th align='left' bgcolor='#eeeeec'>File</th><th align='right' bgcolor='#eeeeec'>Line</th></tr>\n";
                     $i = 1;
                     foreach ($btr as $b) {
+                        if ($b['function'] == 'COM_handleError') {
+                            continue;
+                        }
                         $f = '';
                         if (! empty($b['file'])) {
                             $f = $b['file'];



More information about the geeklog-cvs mailing list