iliaa           Sat Nov 30 14:12:48 2002 EDT

  Modified files:              
    /php4/ext/standard  file.c 
  Log:
  Fixed bug #20716.
  
  
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.280 php4/ext/standard/file.c:1.281
--- php4/ext/standard/file.c:1.280      Wed Nov 27 15:05:20 2002
+++ php4/ext/standard/file.c    Sat Nov 30 14:12:48 2002
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.280 2002/11/27 20:05:20 sterling Exp $ */
+/* $Id: file.c,v 1.281 2002/11/30 19:12:48 iliaa Exp $ */
 
 /* Synced with php 3.0 revision 1.218 1999-06-16 [ssb] */
 
@@ -2210,11 +2210,6 @@
                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) {



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to