Ignore:
Timestamp:
Jan 5, 2012, 11:06:21 PM (12 years ago)
Author:
rvelices
Message:

feature 2548 multisize - improved picture.php display (original...) + code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/picture_modify.php

    r12831 r12855  
    304304  );
    305305
    306 if ($row['has_high'] == 'true')
    307 {
    308   $template->assign(array(
    309     'HIGH_FILESIZE' => isset($row['high_filesize']) ? $row['high_filesize'].' KB' : l10n('unknown'),
    310     'HIGH_DIMENSIONS' => isset($row['high_width']) ? $row['high_width'].' * '.$row['high_height'] : l10n('unknown'),
    311     ));
    312 }
    313 
    314306// image level options
    315307$selected_level = isset($_POST['level']) ? $_POST['level'] : $row['level'];
Note: See TracChangeset for help on using the changeset viewer.