diff options
| author | Rasmus Lerdorf <rasmus@php.net> | 2002-08-13 05:00:11 +0000 |
|---|---|---|
| committer | Rasmus Lerdorf <rasmus@php.net> | 2002-08-13 05:00:11 +0000 |
| commit | 7a8330acd9a02059911fd2ca65baec310229eadd (patch) | |
| tree | 4a32f271330a379b3dd3f728d4e3ca64d392a09a | |
| parent | 039902b912f77f0bf0455a098099855a32b6d74a (diff) | |
| download | php-git-7a8330acd9a02059911fd2ca65baec310229eadd.tar.gz | |
Single-line comments please
| -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) { |
