]> granicus.if.org Git - php/commitdiff
#Its fixed this time, no really.
authorSterling Hughes <sterling@php.net>
Fri, 18 Aug 2000 13:43:22 +0000 (13:43 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 18 Aug 2000 13:43:22 +0000 (13:43 +0000)
ext/standard/string.c

index f89f4989ef445349084f60741e16f1ebda21fe1c..9df17e46e004306fa1cd8716e5b8c03eea140997 100644 (file)
@@ -484,7 +484,7 @@ PHP_FUNCTION(implode)
                WRONG_PARAM_COUNT;
        }
 
-       if ((*arg1)->type == IS_ARRAY && (*arg2)->type == IS_STRING) {
+       if ((*arg1)->type == IS_ARRAY) {
                SEPARATE_ZVAL(arg1);
                arr = *arg1;
                convert_to_string_ex(arg2);