jeroen          Mon Aug 13 14:46:30 2001 EDT

  Modified files:              
    /phpdoc/en/functions        mysql.xml 
  Log:
  Fix a build-error, that's why it didn't build yesterday :(...
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.57 phpdoc/en/functions/mysql.xml:1.58
--- phpdoc/en/functions/mysql.xml:1.57  Sun Aug 12 20:27:15 2001
+++ phpdoc/en/functions/mysql.xml       Mon Aug 13 14:46:29 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
  <reference id="ref.mysql">
   <title>MySQL functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -518,9 +518,11 @@
     </para>
     <para>
      <note>
-      This function has been deprecated since PHP 4.0.6. 
-      Do not use this function. Use <function>mysql_select_db</function>
-      and <function>mysql_query</function> instead.
+      <simpara>
+       This function has been deprecated since PHP 4.0.6. 
+       Do not use this function. Use <function>mysql_select_db</function>
+       and <function>mysql_query</function> instead.
+      </simpara>
      </note>
     </para>
    </refsect1>
@@ -2131,5 +2133,5 @@
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
-vim: ts=1 sw=1 et syntax=sgml
+vi: et:ts=1:sw=1:textwidth=78:syntax=sgml
 -->


Reply via email to