For Lo�c: fixed bug #578321.

This commit is contained in:
Alexander M. Turek
2002-07-08 17:30:03 +00:00
parent e60df8ab5b
commit 4730ac02e6
2 changed files with 5 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ if (isset($submit)) {
$sql_query = $query_cpy . ';';
unset($query_cpy);
$message = $strTable . ' ' . htmlspecialchars($table) . ' ' . $strHasBeenCreated;
include('./tbl_properties.php3');
include('./' . $cfg['DefaultTabTable']);
exit();
} // end do create table