From ba198c76931aacc2f63b74f269a54b3935b44f88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Wed, 4 Oct 2006 00:44:12 +0000 Subject: [PATCH] removing ^M char git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@221057 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibm_db2/functions/db2-set-option.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/ibm_db2/functions/db2-set-option.xml b/reference/ibm_db2/functions/db2-set-option.xml index 3595de7a0d..8f2774a12c 100644 --- a/reference/ibm_db2/functions/db2-set-option.xml +++ b/reference/ibm_db2/functions/db2-set-option.xml @@ -1,5 +1,5 @@ - + db2_set_option @@ -386,7 +386,7 @@ $conn_string .= "HOSTNAME=$hostname;PORT=$port;PROTOCOL=$protocol;"; $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,