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

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