projects
/
phpfspot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44eee10
)
suppress error message from exif_read_data
author
Arun Persaud
<arun@nubati.net>
Sun, 27 Apr 2008 16:45:29 +0000
(09:45 -0700)
committer
Arun Persaud
<arun@nubati.net>
Sun, 27 Apr 2008 16:45:29 +0000
(09:45 -0700)
Signed-off-by: Arun Persaud <arun@nubati.net>
phpfspot.class.php
patch
|
blob
|
history
diff --git
a/phpfspot.class.php
b/phpfspot.class.php
index 943c57af1b4a4e9659aff17f32efd3601dccf8c0..d3655880c7182847e64a3799628fe2286515a026 100644
(file)
--- 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()