From 34717c1391166b847e4236cb3e519dfd7b0cbbd1 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 5 Jan 2012 22:06:21 +0000 Subject: feature 2548 multisize - improved picture.php display (original...) + code cleanup git-svn-id: http://piwigo.org/svn/trunk@12855 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/picture_modify.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'admin/picture_modify.php') diff --git a/admin/picture_modify.php b/admin/picture_modify.php index a4bde5179..3f4cda248 100644 --- a/admin/picture_modify.php +++ b/admin/picture_modify.php @@ -303,14 +303,6 @@ $template->assign( ) ); -if ($row['has_high'] == 'true') -{ - $template->assign(array( - 'HIGH_FILESIZE' => isset($row['high_filesize']) ? $row['high_filesize'].' KB' : l10n('unknown'), - 'HIGH_DIMENSIONS' => isset($row['high_width']) ? $row['high_width'].' * '.$row['high_height'] : l10n('unknown'), - )); -} - // image level options $selected_level = isset($_POST['level']) ? $_POST['level'] : $row['level']; $template->assign( -- cgit v1.2.3