From 9e3f64f706058f7d42a031af0f79170494dec4cc Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Sun, 1 Aug 2004 22:57:56 +0000 Subject: [PATCH] mysql_list_tables is deprecated, do not link improve example to improve performance git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164892 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/mysql/functions/mysql-list-dbs.xml | 7 +++---- reference/mysql/functions/mysql-tablename.xml | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/reference/mysql/functions/mysql-list-dbs.xml b/reference/mysql/functions/mysql-list-dbs.xml index f09427caff..4d6b1ddb27 100644 --- a/reference/mysql/functions/mysql-list-dbs.xml +++ b/reference/mysql/functions/mysql-list-dbs.xml @@ -1,5 +1,5 @@ - + @@ -63,9 +63,8 @@ database3 See also - mysql_db_name, - mysql_select_db, and - mysql_list_tables. + mysql_db_name, and + mysql_select_db. diff --git a/reference/mysql/functions/mysql-tablename.xml b/reference/mysql/functions/mysql-tablename.xml index 443abe378d..4e97443338 100644 --- a/reference/mysql/functions/mysql-tablename.xml +++ b/reference/mysql/functions/mysql-tablename.xml @@ -1,5 +1,5 @@ - + @@ -29,8 +29,8 @@