Empty RunQuery bug
This commit is contained in:
@@ -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
|
||||||
|
@@ -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");
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user