samesch Sun Feb 18 11:14:54 2007 UTC
Modified files: /phpdoc/en/reference/mssql/functions mssql-pconnect.xml Log: fix: mssql_connect -> mssql_pconnect http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mssql/functions/mssql-pconnect.xml?r1=1.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/mssql/functions/mssql-pconnect.xml diff -u phpdoc/en/reference/mssql/functions/mssql-pconnect.xml:1.6 phpdoc/en/reference/mssql/functions/mssql-pconnect.xml:1.7 --- phpdoc/en/reference/mssql/functions/mssql-pconnect.xml:1.6 Sun Feb 4 22:46:05 2007 +++ phpdoc/en/reference/mssql/functions/mssql-pconnect.xml Sun Feb 18 11:14:54 2007 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <refentry id="function.mssql-pconnect"> <refnamediv> <refname>mssql_pconnect</refname> @@ -69,12 +69,13 @@ <term><parameter>new_link</parameter></term> <listitem> <para> - If a second call is made to <function>mssql_connect</function> with the - same arguments, no new link will be established, but instead, the link - identifier of the already opened link will be returned. This parameter - modifies this behavior and makes <function>mssql_connect</function> - always open a new link, even if <function>mssql_connect</function> was - called before with the same parameters. + If a second call is made to <function>mssql_pconnect</function> with + the same arguments, no new link will be established, but instead, the + link identifier of the already opened link will be returned. This + parameter modifies this behavior and makes + <function>mssql_pconnect</function> always open a new link, even if + <function>mssql_pconnect</function> was called before with the same + parameters. </para> </listitem> </varlistentry>