[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-cvs
Subject:    [PHP-CVS] cvs: php4(PHP_4_3) /ext/standard file.c
From:       "Ilia Alshanetsky" <ilia () prohost ! org>
Date:       2002-11-30 19:13:29
[Download RAW message or body]

iliaa		Sat Nov 30 14:13:29 2002 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/ext/standard	file.c 
  Log:
  MFH
  
  
Index: php4/ext/standard/file.c
diff -u php4/ext/standard/file.c:1.279.2.1 php4/ext/standard/file.c:1.279.2.2
--- php4/ext/standard/file.c:1.279.2.1	Wed Nov 27 15:32:26 2002
+++ php4/ext/standard/file.c	Sat Nov 30 14:13:28 2002
@@ -21,7 +21,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: file.c,v 1.279.2.1 2002/11/27 20:32:26 sterling Exp $ */
+/* $Id: file.c,v 1.279.2.2 2002/11/30 19:13:28 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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic