Browse Source

Fixed a typo.

PHP-5
Ilia Alshanetsky 24 years ago
parent
commit
d4f73f8da6
  1. 2
      ext/informix/ifx.ec

2
ext/informix/ifx.ec

@ -2823,7 +2823,7 @@ static long php_intifx_getType(long id, HashTable *list TSRMLS_DC)
Creates a blob-object */
PHP_FUNCTION(ifx_create_blob)
{
zval **pmode, **pparam,*ptype;
zval **pmode, **pparam,**ptype;
long id;
long mode,type;

Loading…
Cancel
Save