helly           Mon Oct 10 02:07:54 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/ext/exif   exif.c 
  Log:
  - MFH Fix Logic
  
http://cvs.php.net/diff.php/php-src/ext/exif/exif.c?r1=1.162.2.10&r2=1.162.2.11&ty=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.162.2.10 php-src/ext/exif/exif.c:1.162.2.11
--- php-src/ext/exif/exif.c:1.162.2.10  Sun Oct  9 10:38:07 2005
+++ php-src/ext/exif/exif.c     Mon Oct 10 02:07:53 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: exif.c,v 1.162.2.10 2005/10/09 14:38:07 helly Exp $ */
+/* $Id: exif.c,v 1.162.2.11 2005/10/10 06:07:53 helly Exp $ */
 
 /*  ToDos
  *
@@ -115,7 +115,7 @@
 };
 /* }}} */
 
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.162.2.10 2005/10/09 14:38:07 helly 
Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.162.2.11 2005/10/10 06:07:53 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