]> granicus.if.org Git - php/commitdiff
- Removed wrong '/' in parameter format
authorFelipe Pena <felipe@php.net>
Tue, 27 Jan 2009 14:40:13 +0000 (14:40 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 27 Jan 2009 14:40:13 +0000 (14:40 +0000)
ext/pgsql/pgsql.c

index 7e71fc5c8edd8fd2f8ccf9409d836f7b11f4598f..4d76b360db8f813ea9cd91c6f08254e9007abb99 100644 (file)
@@ -3454,7 +3454,7 @@ PHP_FUNCTION(pg_copy_from)
        ExecStatusType status;
        int argc = ZEND_NUM_ARGS();
 
-       if (zend_parse_parameters(argc TSRMLS_CC, "rs/a|ss",
+       if (zend_parse_parameters(argc TSRMLS_CC, "rsa|ss",
                                                          &pgsql_link, &table_name, &table_name_len, &pg_rows,
                                                          &pg_delim, &pg_delim_len, &pg_null_as, &pg_null_as_len) == FAILURE) {
                return;