Now dislpays the 'modify' link if the query submitted returns at least one row
This commit is contained in:
4
sql.php3
4
sql.php3
@@ -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)) {
|
||||||
|
Reference in New Issue
Block a user