georg           Sat Mar 23 02:19:38 2002 EDT

  Modified files:              
    /phpdoc/en/functions        mysql.xml 
  Log:
  
  changed return value from mysql_get_server_info, typo fixed
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.93 phpdoc/en/functions/mysql.xml:1.94
--- phpdoc/en/functions/mysql.xml:1.93  Wed Mar 20 17:21:29 2002
+++ phpdoc/en/functions/mysql.xml       Sat Mar 23 02:19:38 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.93 $ -->
+<!-- $Revision: 1.94 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -2211,14 +2211,14 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>mysql_get_server_info</methodname>
+      <type>string<type><methodname>mysql_get_server_info</methodname>
       <methodparam 
choice="opt"><type>resource</type><parameter>link_identifier</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>mysql_get_server_info</function> returns the server
      version used by connection
      <parameter>link_identifier</parameter>.  If
-     <parameter>link_identifier</parameter> is omited, the last opened
+     <parameter>link_identifier</parameter> is omitted, the last opened
      connection will be used.
     </para>
     <para>


Reply via email to