iliaa           Wed Jan 15 09:02:12 2003 EDT

  Modified files:              
    /php4/ext/informix  ifx.ec 
  Log:
  Fixed typo.
  
  
Index: php4/ext/informix/ifx.ec
diff -u php4/ext/informix/ifx.ec:1.70 php4/ext/informix/ifx.ec:1.71
--- php4/ext/informix/ifx.ec:1.70       Tue Jan 14 22:01:17 2003
+++ php4/ext/informix/ifx.ec    Wed Jan 15 09:02:10 2003
@@ -20,7 +20,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: ifx.ec,v 1.70 2003/01/15 03:01:17 iliaa Exp $ */
+/* $Id: ifx.ec,v 1.71 2003/01/15 14:02:10 iliaa Exp $ */
 
 /* -------------------------------------------------------------------
  * if you want a function reference : "grep '^\*\*' ifx.ec" will give
@@ -3971,7 +3971,7 @@
        if((mode&32) !=0)   
                create_mode|=LO_NOBUFFER;
 
-       
RETURN_LONG(php_intifxus_open_slob(Z_LVAL_P(pbid),create_mode,&EG(regular_list) 
TSRMLS_CC));
+       
+RETURN_LONG(php_intifxus_open_slob(Z_LVAL_PP(pbid),create_mode,&EG(regular_list) 
+TSRMLS_CC));
 }
 /* }}} */
 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to