Changeset 12796 for trunk/include/category_cats.inc.php
- Timestamp:
- Dec 27, 2011, 6:26:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/category_cats.inc.php
r12546 r12796 190 190 if ($row['level'] <= $user['level']) 191 191 { 192 $row['tn_src'] = get_thumbnail_url($row);192 $row['tn_src'] = DerivativeImage::thumb_url($row); 193 193 $infos_of_image[$row['id']] = $row; 194 194 } … … 237 237 while ($row = pwg_db_fetch_assoc($result)) 238 238 { 239 $row['tn_src'] = get_thumbnail_url($row);239 $row['tn_src'] = DerivativeImage::thumb_url($row); 240 240 $infos_of_image[$row['id']] = $row; 241 241 }
Note: See TracChangeset
for help on using the changeset viewer.