rename tbl_qbe

This commit is contained in:
Marc Delisle
2002-07-05 20:24:38 +00:00
parent d51e71f3f6
commit c659686c79
2 changed files with 3 additions and 1 deletions

View File

@@ -58,7 +58,7 @@ echo printTab($strSearch,$lnk4,$arg4);
* Only displayed if there is at least one table in the db
*/
if ($num_tables > 0) {
echo printTab($strQBE,"tbl_qbe.php3",$url_query);
echo printTab($strQBE,"db_details_qbe.php3",$url_query);
} // end if
/**