diff --git a/ChangeLog b/ChangeLog index e51b56db4..7a4e736bf 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,7 @@ $Source$ * tbl_properties, tbl_printview: quote Comment field * bug 430288: bad parsing of from | FROM * tbl_properties.php3 reorganization + * bug when the RunQuery box is empty, fix from Sakamoto 2001-06-04 Marc Delisle * tbl_change, tbl_replace: SaveAsNewRow diff --git a/db_readdump.php3 b/db_readdump.php3 index 8bc784c7a..7a6bac4fb 100755 --- a/db_readdump.php3 +++ b/db_readdump.php3 @@ -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"); -?> \ No newline at end of file +?>