jsgoupil Wed Oct 4 00:44:12 2006 UTC
Modified files: /phpdoc/en/reference/ibm_db2/functions db2-set-option.xml Log: removing ^M char http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml?r1=1.2&r2=1.3&diff_format=u Index: phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml diff -u phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml:1.2 phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml:1.3 --- phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml:1.2 Tue Oct 3 23:46:07 2006 +++ phpdoc/en/reference/ibm_db2/functions/db2-set-option.xml Wed Oct 4 00:44:12 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <refentry id="function.db2-set-option"> <refnamediv> <refname>db2_set_option</refname> @@ -386,7 +386,7 @@ $conn_string .= "UID=$username;PWD=$password;"; /* Obtain Connection Resource */ -$conn = db2_connect($conn_string, '', ''); +$conn = db2_connect($conn_string, '', ''); /* Create the associative options array with valid key-value pairs */ $options = array('autocommit' => DB2_AUTOCOMMIT_OFF,