From bd9237c7d35c62f05d2e5658651e0ebfc2f43e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Fri, 20 Jul 2001 11:39:08 +0000 Subject: [PATCH] Now dislpays the 'modify' link if the query submitted returns at least one row --- sql.php3 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sql.php3 b/sql.php3 index 99680e38d..859dc68c7 100755 --- a/sql.php3 +++ b/sql.php3 @@ -132,6 +132,10 @@ else { } else { + // Displays the headers + if (isset($show_query)) { + unset($show_query); + } include("./header.inc.php3"); // Define the display mode if it wasn't passed by url if (!isset($display)) {