jsgoupil Mon Jun 20 23:05:12 2005 EDT
Modified files: /phpdoc/en/reference/mysql/functions mysql-connect.xml Log: suppress similar sentences http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-connect.xml?r1=1.15&r2=1.16&ty=u Index: phpdoc/en/reference/mysql/functions/mysql-connect.xml diff -u phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.15 phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.16 --- phpdoc/en/reference/mysql/functions/mysql-connect.xml:1.15 Thu Mar 31 02:47:25 2005 +++ phpdoc/en/reference/mysql/functions/mysql-connect.xml Mon Jun 20 23:05:09 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <refentry id="function.mysql-connect"> <refnamediv> <refname>mysql_connect</refname> @@ -17,9 +17,7 @@ <methodparam choice="opt"><type>int</type><parameter>client_flags</parameter></methodparam> </methodsynopsis> <para> - Opens or reuses a connection to a MySQL server. The link to the server will - be closed as soon as the execution of the script ends, unless it's closed - earlier by explicitly calling <function>mysql_close</function>. + Opens or reuses a connection to a MySQL server. </para> </refsect1>