php-documentation-list | 2003031

[PHP-DOC] cvs: phpdoc /en/reference/mysql/functions mysql-list-tables.xml From: Georg Richter (georg.richter <email protected>)
Date: 03/13/03

georg Thu Mar 13 03:47:05 2003 EDT

  Modified files:
    /phpdoc/en/reference/mysql/functions mysql-list-tables.xml
  Log:
  marked function as deprecated
  
  
Index: phpdoc/en/reference/mysql/functions/mysql-list-tables.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.5 phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.6
--- phpdoc/en/reference/mysql/functions/mysql-list-tables.xml:1.5 Thu Jan 30 09:18:50 2003
+++ phpdoc/en/reference/mysql/functions/mysql-list-tables.xml Thu Mar 13 03:47:05 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.2 -->
   <refentry id="function.mysql-list-tables">
    <refnamediv>
@@ -32,6 +32,14 @@
      For downward compatibility, the function alias named
      <function>mysql_listtables</function> can be used. This is
      deprecated however and is not recommended.
+ </para>
+ <para>
+ <note>
+ <simpara>
+ This function has been deprecated. Do not use this function.
+ Use the command SHOW TABLES FROM DATABASE instead.
+ </simpara>
+ </note>
     </para>
     <example>
      <title><function>mysql_list_tables</function> example</title>

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php