From c659686c7974e9e1198cc929f0ae07d945d48dab Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 5 Jul 2002 20:24:38 +0000 Subject: [PATCH] rename tbl_qbe --- ChangeLog | 2 ++ db_details_links.php3 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cae552eb5..70cf65c53 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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ïc Chapeaux * Documentation.html: coding standards and xhtml fixes. diff --git a/db_details_links.php3 b/db_details_links.php3 index 9a1abbda2..e8d757fb7 100644 --- a/db_details_links.php3 +++ b/db_details_links.php3 @@ -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 /**