Show
Ignore:
Timestamp:
01/05/12 23:06:21 (17 months ago)
Author:
rvelices
Message:

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

Files:
1 modified

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'];