> This should be breaking something, no?
> 
> Either way an "if" statement is started therefore it needs to be finished.

it's there, it's just the next line down (didn't make it into the cvs
diff as i didn't change it) honest!  

it should be seen in the file as:

rc = SQLSetConnectOption(conn->hdbc, SQLAUTOCOMMIT,
                        ((*pv_onoff)->value.lval) ?
                        SQL_AUTOCOMMIT_ON : SQL_AUTOCOMMIT_OFF);

>---------------------------------------------------------------<
 Dan Kalowsky                      http://www.deadmime.org/~dank
 DEADmime INTERnational,                 http://www.deadmime.org
 Project Lead


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to