diff options
Diffstat (limited to 'ext/oci8/oci8.c')
| -rw-r--r-- | ext/oci8/oci8.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index d9b1ff75be..2e0d86b7b9 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -5098,8 +5098,7 @@ PHP_FUNCTION(ocicollsize) /* }}} */ /* {{{ proto string ocicollmax(object collection) - Return the max value of a collection. For a - varray this is the maximum length of the array */ + Return the max value of a collection. For a varray this is the maximum length of the array */ PHP_FUNCTION(ocicollmax) { |
