From: Arun Persaud Date: Sun, 27 Apr 2008 16:45:29 +0000 (-0700) Subject: suppress error message from exif_read_data X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c052cd0f97959a93bf15184829b08ea1b3482078;p=phpfspot.git suppress error message from exif_read_data Signed-off-by: Arun Persaud --- diff --git a/phpfspot.class.php b/phpfspot.class.php index 943c57a..d365588 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -1610,7 +1610,7 @@ class PHPFSPOT { */ public function get_meta_informations($file) { - return exif_read_data($file); + return @exif_read_data($file); } // get_meta_informations()