]> granicus.if.org Git - php/commitdiff
MFH
authorIlia Alshanetsky <iliaa@php.net>
Sat, 30 Nov 2002 19:13:28 +0000 (19:13 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sat, 30 Nov 2002 19:13:28 +0000 (19:13 +0000)
ext/standard/file.c

index a1c923d332d340d6b1f1961303f5490780da60d1..eafb54ea13521b78e24a956fd83146edc094a289 100644 (file)
@@ -2210,11 +2210,6 @@ PHP_FUNCTION(fgetcsv)
                if (enclosure && *bptr == enclosure) {
                        bptr++; /* move on to first character in field */
                        
-                       /* Check if there is an end to the enclosure */
-                       if (!strchr(bptr, enclosure)) {
-                               continue;
-                       }
-               
                        /* 2A. handle enclosure delimited field */
                        while (*bptr) {
                                if (*bptr == enclosure) {