Empty RunQuery bug

This commit is contained in:
Marc Delisle
2001-06-05 20:00:55 +00:00
parent c16e12e899
commit 01062c0f68
2 changed files with 3 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ $Source$
* tbl_properties, tbl_printview: quote Comment field * tbl_properties, tbl_printview: quote Comment field
* bug 430288: bad parsing of from | FROM * bug 430288: bad parsing of from | FROM
* tbl_properties.php3 reorganization * tbl_properties.php3 reorganization
* bug when the RunQuery box is empty, fix from Sakamoto
2001-06-04 Marc Delisle <lem9@users.sourceforge.net> 2001-06-04 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change, tbl_replace: SaveAsNewRow * tbl_change, tbl_replace: SaveAsNewRow

View File

@@ -72,7 +72,8 @@ if($sql_query != "") {
} }
// copy the original query back for display purposes // copy the original query back for display purposes
include("./header.inc.php3");
$sql_query = $sql_query_cpy; $sql_query = $sql_query_cpy;
$message = $strSuccess; $message = $strSuccess;
require("./db_details.php3"); require("./db_details.php3");
?> ?>