cvs: php4 /ext/standard/ array.c
[email protected] ("Thies C. Arntzen")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvsthies959157695@cvsserver> |
thies Wed May 24 10:41:35 2000 EDT
Modified files:
/php4/ext/standard array.c
Log:
remove gremlin
Index: php4/ext/standard/array.c
diff -u php4/ext/standard/array.c:1.44 php4/ext/standard/array.c:1.45
--- php4/ext/standard/array.c:1.44 Thu May 18 17:34:34 2000
+++ php4/ext/standard/array.c Wed May 24 10:41:35 2000
@@ -851,7 +851,7 @@
if (argc<=0) {
php_error(E_WARNING, "min: must be passed at least 1 value");
- RETURN_NULL();
+ RETURN_NULL();
}
if (argc == 1) {
pval **arr;