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/infos_images.php

    r593 r606  
    320320  while ($row = mysql_fetch_array($result))
    321321  {
    322     $thumbnail_url = get_thumbnail_src($row['file'],
    323                                        $row['storage_category_id'],
    324                                        @$row['tn_ext']);
     322    $thumbnail_url = get_thumbnail_src($row['path'], @$row['tn_ext']);
    325323
    326324    $template->assign_block_vars(
Note: See TracChangeset for help on using the changeset viewer.