Changeset 738 for trunk/admin/include


Ignore:
Timestamp:
Feb 13, 2005, 1:49:52 PM (19 years ago)
Author:
plg
Message:
  • bug fixed : instead of showing a blank page when trying to use Exif tags read function, display a message telling the problem
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions_metadata.php

    r730 r738  
    8585    if ($conf['use_exif'])
    8686    {
     87      if (!function_exists('read_exif_data'))
     88      {
     89        die('Exif extension not available, admin should disable exif use');
     90      }
     91     
    8792      if ($exif = @read_exif_data($file))
    8893      {
Note: See TracChangeset for help on using the changeset viewer.