]> granicus.if.org Git - php/commitdiff
One zero to much
authorMarcus Boerger <helly@php.net>
Thu, 29 Aug 2002 08:32:41 +0000 (08:32 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 29 Aug 2002 08:32:41 +0000 (08:32 +0000)
ext/exif/exif.c

index ffc95bc5a1bc8d7e0effd99e38f638ac76568ffa..8f37e0250cdf3c5960de6107581ba311696063fd 100644 (file)
@@ -118,7 +118,7 @@ PHP_MINFO_FUNCTION(exif)
        php_info_print_table_start();
        php_info_print_table_row(2, "EXIF Support", "enabled");
        php_info_print_table_row(2, "EXIF Version", EXIF_VERSION);
-       php_info_print_table_row(2, "Supported EXIF Version", "02200");
+       php_info_print_table_row(2, "Supported EXIF Version", "0220");
        php_info_print_table_row(2, "Supported filetypes", "JPEG,TIFF");
        php_info_print_table_end();
 }