pajoye Mon May 31 16:59:57 2004 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/informix ifx.ec Log: - Missing ';' http://cvs.php.net/diff.php/php-src/ext/informix/ifx.ec?r1=1.69.2.25&r2=1.69.2.26&ty=u Index: php-src/ext/informix/ifx.ec diff -u php-src/ext/informix/ifx.ec:1.69.2.25 php-src/ext/informix/ifx.ec:1.69.2.26 --- php-src/ext/informix/ifx.ec:1.69.2.25 Mon May 31 04:33:42 2004 +++ php-src/ext/informix/ifx.ec Mon May 31 16:59:56 2004 @@ -21,7 +21,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: ifx.ec,v 1.69.2.25 2004/05/31 08:33:42 abies Exp $ */ +/* $Id: ifx.ec,v 1.69.2.26 2004/05/31 20:59:56 pajoye Exp $ */ /* ------------------------------------------------------------------- * if you want a function reference : "grep '^\*\*' ifx.ec" will give @@ -1419,7 +1419,7 @@ } if (ifx_check() < 0) { - char *ifx_err = ifx_error(ifx) + char *ifx_err = ifx_error(ifx); IFXG(sv_sqlcode) = SQLCODE; EXEC SQL DEALLOCATE DESCRIPTOR :i_descrpid; EXEC SQL free :statemid;
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php