Ignore:
Timestamp:
Dec 27, 2011, 6:26:44 AM (12 years ago)
Author:
rvelices
Message:

feature 2541 multisize

  • core implementation + usage on most public/admin pages
  • still to do: sync process, upload, gui/persistence for size parameters, migration script, center of interest ...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/comments.php

    r12596 r12796  
    100100$query = '
    101101SELECT c.id, c.image_id, c.date, c.author, '.
    102 $conf['user_fields']['username'].' AS username, c.content, i.path, i.tn_ext
     102$conf['user_fields']['username'].' AS username, c.content, i.path, i.representative_ext
    103103  FROM '.COMMENTS_TABLE.' AS c
    104104    INNER JOIN '.IMAGES_TABLE.' AS i
     
    112112while ($row = pwg_db_fetch_assoc($result))
    113113{
    114   $thumb = get_thumbnail_url(
     114  $thumb = DerivativeImage::thumb_url(
    115115      array(
    116116        'id'=>$row['image_id'],
Note: See TracChangeset for help on using the changeset viewer.