Ignore:
Timestamp:
Dec 28, 2006, 1:06:06 AM (17 years ago)
Author:
rub
Message:

Fix Feature Issue ID 0000585.

Convergence of exif configuration between local site and remote site.

Notes added on administration page where configuration is not OK.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/picture_metadata.inc.php

    r1655 r1682  
    3333include_once(PHPWG_ROOT_PATH.'/include/functions_metadata.inc.php');
    3434$template->assign_block_vars('metadata', array());
    35 if ($conf['show_exif'])
     35if (($conf['show_exif']) and (function_exists('read_exif_data')))
    3636{
    37   if (!function_exists('read_exif_data'))
    38   {
    39     die('Exif extension not available, admin should disable exif display');
    40   }
    41 
    4237  if ($exif = @read_exif_data($picture['current']['image_path']))
    4338  {
Note: See TracChangeset for help on using the changeset viewer.