aidan           Fri Aug  6 03:21:50 2004 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-connect.xml 
  Log:
  Removed a useless space - sorry!
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-connect.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-connect.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-connect.xml:1.15 
phpdoc/en/reference/mysqli/functions/mysqli-connect.xml:1.16
--- phpdoc/en/reference/mysqli/functions/mysqli-connect.xml:1.15        Tue Mar 16 
10:36:17 2004
+++ phpdoc/en/reference/mysqli/functions/mysqli-connect.xml     Fri Aug  6 03:21:49 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
   <refentry id="function.mysqli-connect">
    <refnamediv>
     <refname>mysqli_connect</refname>
@@ -36,7 +36,7 @@
      running on <parameter>host</parameter> which can be either a host name or an IP 
address. Passing the
      &null; value or the string "localhost" to this parameter, the local host is 
assumed. When possible, 
      pipes will be used instead of the TCP/IP protocol. If successful, the 
<function>mysqli_connect</function>
-     will return an object  representing the connection to the database, or &false; 
on failure.
+     will return an object representing the connection to the database, or &false; on 
failure.
     </para>
     <para>
      The <parameter>username</parameter> and <parameter>password</parameter> 
parameters specify the

Reply via email to