From b46aee7c11dc9fdda68147f5cd3de32555790daf Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 16 Jan 2005 22:08:43 +0000 Subject: [PATCH] Used wrong server variable for the show queries URL. --- template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.php b/template.php index 98d3378..32ff561 100644 --- a/template.php +++ b/template.php @@ -229,7 +229,7 @@ class DB_Template $debug .= "\n\t
  • Source Control: $scinfo
  • "; // query information - $debug .= "\n\t
  • Total Queries: " . sizeof($_isso->db->history) . " (?)
  • "; + $debug .= "\n\t
  • Total Queries: " . sizeof($_isso->db->history) . " (?)
  • "; // debug notices $debug .= "\n\t
  • \n\t\t