Ignore:
Timestamp:
Nov 15, 2006, 5:25:12 AM (17 years ago)
Author:
rvelices
Message:

completely replaced get_thumbnail_src it get_thumbnail_url
or get_thumbnail_path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r1571 r1609  
    142142';
    143143  pwg_query($query);
    144  
     144
    145145  update_category($_POST['cat_associated']);
    146146}
     
    224224    '</p>';
    225225}
    226  
     226
    227227$template->assign_vars(
    228228  array(
     
    235235    'PATH'=>$row['path'],
    236236
    237     'TN_SRC' => get_thumbnail_src($row['path'], @$row['tn_ext']),
     237    'TN_SRC' => get_thumbnail_url($row),
    238238
    239239    'NAME' =>
Note: See TracChangeset for help on using the changeset viewer.