Now dislpays the 'modify' link if the query submitted returns at least one row

This commit is contained in:
Loïc Chapeaux
2001-07-20 11:39:08 +00:00
parent dbbe022b9c
commit bd9237c7d3

View File

@@ -132,6 +132,10 @@ else {
} }
else else
{ {
// Displays the headers
if (isset($show_query)) {
unset($show_query);
}
include("./header.inc.php3"); include("./header.inc.php3");
// Define the display mode if it wasn't passed by url // Define the display mode if it wasn't passed by url
if (!isset($display)) { if (!isset($display)) {