diff options
author | SVN Migration <svn@php.net> | 2002-12-11 20:10:58 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2002-12-11 20:10:58 +0000 |
commit | 0fc0a6084ef523883d968296ad8198597e7b90cc (patch) | |
tree | c93490b128190eda5b3fb516260a2d1676f7d7c4 /ext/fdf | |
parent | 9aee6dce1a74cdf5b0af55ccbae36879d2922204 (diff) | |
download | php-git-php-4.3.0RC3.tar.gz |
This commit was manufactured by cvs2svn to create tag 'php_4_3_0RC3'.php-4.3.0RC3
Diffstat (limited to 'ext/fdf')
-rw-r--r-- | ext/fdf/fdf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/fdf/fdf.c b/ext/fdf/fdf.c index 5200d87351..611a93a48e 100644 --- a/ext/fdf/fdf.c +++ b/ext/fdf/fdf.c @@ -1416,7 +1416,8 @@ PHP_FUNCTION(fdf_remove_item) { FDFErc err; if(zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsl", &r_fdf, - &fieldname, &fieldname_len + &fieldname, &fieldname_len, + &item ) == FAILURE) { return; |