From 6d9379b5412a6834c8cad7a29290d08dc36b1f70 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Mon, 13 Aug 2001 18:46:29 +0000 Subject: [PATCH] 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 --- functions/mysql.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 59253717f5..7c1b6878d7 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,4 +1,4 @@ - + MySQL functions MySQL @@ -518,9 +518,11 @@ while ($i < $cnt) { - This function has been deprecated since PHP 4.0.6. - Do not use this function. Use mysql_select_db - and mysql_query instead. + + This function has been deprecated since PHP 4.0.6. + Do not use this function. Use mysql_select_db + and mysql_query instead. + @@ -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 -->