helly Mon Oct 10 02:07:17 2005 EDT
Modified files: (Branch: PHP_4_4)
/php-src/ext/exif exif.c
Log:
- MFH Fix Logic
http://cvs.php.net/diff.php/php-src/ext/exif/exif.c?r1=1.118.2.37.2.2&r2=1.118.2.37.2.3&ty=u
Index: php-src/ext/exif/exif.c
diff -u php-src/ext/exif/exif.c:1.118.2.37.2.2
php-src/ext/exif/exif.c:1.118.2.37.2.3
--- php-src/ext/exif/exif.c:1.118.2.37.2.2 Sun Oct 9 10:36:24 2005
+++ php-src/ext/exif/exif.c Mon Oct 10 02:07:16 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: exif.c,v 1.118.2.37.2.2 2005/10/09 14:36:24 helly Exp $ */
+/* $Id: exif.c,v 1.118.2.37.2.3 2005/10/10 06:07:16 helly Exp $ */
/* ToDos
*
@@ -107,7 +107,7 @@
};
/* }}} */
-#define EXIF_VERSION "1.4 $Id: exif.c,v 1.118.2.37.2.2 2005/10/09 14:36:24
helly Exp $"
+#define EXIF_VERSION "1.4 $Id: exif.c,v 1.118.2.37.2.3 2005/10/10 06:07:16
helly Exp $"
/* {{{ PHP_MINFO_FUNCTION
*/
@@ -3017,7 +3017,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