Fix a build-error, that's why it didn't build yesterday :(...

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54589 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-08-13 18:46:29 +00:00
parent 0887388ff8
commit 6d9379b541

View file

@ -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 @@ while ($i &lt; $cnt) {
</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-exposed-tags:nil
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
-->