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

@@ -12,6 +12,8 @@ $Source$
* Documentation.html: about html entities in translations
* libraries/common.lib.php3: charset_conversion needs the constants
* libraries/select_lang.lib.php3, /lang: -utf8 files renamed -utf-8
* bug 576510: tbl_qbe.php3 renamed db_details_qbe.php3
(affects also db_details_links.php3)
2002-07-01 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html: coding standards and xhtml fixes.

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
/**