diff options
author | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2007-09-26 08:45:39 +0000 |
---|---|---|
committer | jimmacfx <jimmacfx@4fa712ea-3c06-0410-9261-c11b4c06c003> | 2007-09-26 08:45:39 +0000 |
commit | 03de6c7ca479051eb83bed798825b453aae9b697 (patch) | |
tree | a0029f55969a9963d782a53580e927e8c57b6a2f /www/index.php | |
parent | 901a53ccf7ee61a26c261b023575de3813845565 (diff) | |
download | original-03de6c7ca479051eb83bed798825b453aae9b697.tar.gz original-03de6c7ca479051eb83bed798825b453aae9b697.tar.bz2 |
duh. actually make it smart about exif support
git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@24 4fa712ea-3c06-0410-9261-c11b4c06c003
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index 49f60f5..92b3a3f 100644 --- a/www/index.php +++ b/www/index.php @@ -375,7 +375,7 @@ if (!$galerie) { - if ($exif) require("$root/inc/exif.inc.php"); + if (function_exists(exif_read_data)) require("$root/inc/exif.inc.php"); /* Image comment really poor naming here, it is caption. */ |