Ignore:
Timestamp:
Aug 27, 2012, 8:32:10 PM (12 years ago)
Author:
rvelices
Message:

remove deprecated function get_thumbnail_url + $conflocal_data_dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/album_notification.php

    r15598 r17649  
    5656  {
    5757    $query = '
    58 SELECT id, file, path
     58SELECT id, file, path, representative_ext
    5959  FROM '.IMAGES_TABLE.'
    6060  WHERE id = '.$category['representative_picture_id'].'
     
    7272                          'category' => $category
    7373                        ))
    74                       .'" class="thumblnk"><img src="'.get_thumbnail_url($element).'"></a>';
     74                      .'" class="thumblnk"><img src="'.DerivativeImage::url(IMG_THUMB, $element).'"></a>';
    7575    }
    7676  }
Note: See TracChangeset for help on using the changeset viewer.