helly           Mon Oct 10 02:09:27 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/exif   exif.c 
  Log:
  - MFH Fix Logic
  
http://cvs.php.net/diff.php/php-src/ext/exif/exif.c?r1=1.173.2.1&r2=1.173.2.2&ty=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.173.2.1 php-src/ext/exif/exif.c:1.173.2.2
--- php-src/ext/exif/exif.c:1.173.2.1   Sun Oct  9 10:40:01 2005
+++ php-src/ext/exif/exif.c     Mon Oct 10 02:09:25 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.173.2.1 2005/10/09 14:40:01 helly Exp $ */
+/* $Id: exif.c,v 1.173.2.2 2005/10/10 06:09:25 helly Exp $ */
 
 /*  ToDos
  *
@@ -115,7 +115,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.173.2.1 2005/10/09 14:40:01 helly 
Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.173.2.2 2005/10/10 06:09:25 helly 
Exp $"
 
 /* {{{ PHP_MINFO_FUNCTION
  */
@@ -3035,7 +3035,7 @@
         * Ignore IFD2 if it purportedly exists
         */
        if (section_index == SECTION_THUMBNAIL) {
-               return FALSE;
+               return TRUE;
        }
        /*
         * Hack to make it process IDF1 I hope

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

Reply via email to