From 9d9c48594cb7397a6bafb728550865959541ec0c Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Mon, 9 Jul 2012 03:04:45 +0000 Subject: [PATCH] Sync debug info with v1.0.x --- e107_handlers/db_debug_class.php | 46 +++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 12 deletions(-) diff --git a/e107_handlers/db_debug_class.php b/e107_handlers/db_debug_class.php index 04ca8f206..b21c1c9b5 100644 --- a/e107_handlers/db_debug_class.php +++ b/e107_handlers/db_debug_class.php @@ -476,30 +476,52 @@ class e107_db_debug { { return FALSE; } + global $e107; - $text = " - + $sql = e107::getDb(); + + $text = "
Paths
+ + \n"; + $text .= " + "; + return $text; }