Ignore:
Timestamp:
Jun 22, 2006, 9:41:32 PM (18 years ago)
Author:
nikrou
Message:

fix bug 428: blank page when gd extension missing
svn merge -r1377:1378 from branch 1.6 into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/thumbnail.php

    r1246 r1379  
    4040{
    4141  global $conf, $lang, $page;
     42
     43  if (!function_exists('gd_info'))
     44  {
     45    return;
     46  }
    4247
    4348  $filename = basename($path);
Note: See TracChangeset for help on using the changeset viewer.