Ignore:
Timestamp:
Nov 17, 2004, 12:38:34 AM (19 years ago)
Author:
plg
Message:
  • images.path column added to reduce database access
  • function mass_inserts moved from admin/remote_sites.php to admin/include/function.php
  • function mass_inserts used in admin/update.php
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r593 r606  
    200200$dir_path = get_cat_display_name($current_category['name'], '->', '');
    201201
    202 $thumbnail_url = get_thumbnail_src($row['file'],
    203                                    $row['storage_category_id'],
    204                                    @$row['tn_ext']);
     202$thumbnail_url = get_thumbnail_src($row['path'], @$row['tn_ext']);
    205203
    206204$url_img = PHPWG_ROOT_PATH.'picture.php?image_id='.$_GET['image_id'];
Note: See TracChangeset for help on using the changeset viewer.