manuzhai                Thu Jan  9 07:58:05 2003 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-fetch-assoc.xml 
                                                mysql-stat.xml 
  Log:
  Fixed minor typos.
  
Index: phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml:1.4       Sun Nov 10 
02:02:39 2002
+++ phpdoc/en/reference/mysql/functions/mysql-fetch-assoc.xml   Thu Jan  9 07:58:05 
+2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.45 -->
   <refentry id="function.mysql-fetch-assoc">
    <refnamediv>
@@ -55,7 +55,7 @@
     }
     
     if (!mysql_select_db("mydbname")) {
-        echo "Unable to select mydb: " . mysql_error();
+        echo "Unable to select mydbname: " . mysql_error();
         exit;
     }
     
Index: phpdoc/en/reference/mysql/functions/mysql-stat.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.4 
phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.5
--- phpdoc/en/reference/mysql/functions/mysql-stat.xml:1.4      Fri Oct 25 08:35:17 
2002
+++ phpdoc/en/reference/mysql/functions/mysql-stat.xml  Thu Jan  9 07:58:05 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/mysql.xml, last change in rev 1.62 -->
   <refentry id="function.mysql-stat">
    <refnamediv>
@@ -30,7 +30,7 @@
 <![CDATA[
 <?php
 $link = mysql_connect('localhost', "mysql_user", "mysql_password");
-$status = explode('  ',mysql_stat($link));
+$status = explode('  ', mysql_stat($link));
 print_r($status);
 ?>
 ]]>



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

Reply via email to