mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
0887388ff8
commit
6d9379b541
1 changed files with 7 additions and 5 deletions
|
@ -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 < $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
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue