From: Ævar Arnfjörð Bjarmason Date: Sat, 21 May 2005 07:23:04 +0000 (+0000) Subject: * Added a TODO note to isASCII() X-Git-Tag: 1.5.0alpha2~142 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=027537d6242d1fc8c97231748e7d34c01329c7ee;p=lhc%2Fweb%2Fwiklou.git * Added a TODO note to isASCII() --- diff --git a/includes/Exif.php b/includes/Exif.php index 248fcda0c6..1d9c13e146 100644 --- a/includes/Exif.php +++ b/includes/Exif.php @@ -324,7 +324,7 @@ class Exif { return false; } - if ( strlen($in) > 1024 ) { + if ( strlen($in) > 1024 ) { // TODO: This might not be according to the spec $this->debug( $in, __FUNCTION__, 'input was too long' ); return false; }