From 455b3a27fd019f1a99938f14497ad6377d82da04 Mon Sep 17 00:00:00 2001 From: jollytoad Date: Thu, 2 Sep 2004 13:48:23 +0000 Subject: [PATCH] Show title instead of tabs. --- sql.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sql.php b/sql.php index 6df46bbd..a6e8e693 100644 --- a/sql.php +++ b/sql.php @@ -6,7 +6,7 @@ * how many SQL statements have been strung together with semi-colons * @param $query The SQL query string to execute * - * $Id: sql.php,v 1.25 2004/09/01 16:35:59 jollytoad Exp $ + * $Id: sql.php,v 1.26 2004/09/02 13:48:23 jollytoad Exp $ */ // Include application functions @@ -34,7 +34,6 @@ $misc->printHeader($lang['strqueryresults']); $misc->printBody(); $misc->printTrail('database'); - $misc->printTabs('database','sql'); $misc->printTitle($lang['strqueryresults']); // Set the schema search path -- 2.39.5