From 3ce06735b48bd6d803bb904fa145f99d0a5d2771 Mon Sep 17 00:00:00 2001 From: flop25 Date: Mon, 9 Jul 2012 11:17:57 +0000 Subject: code cleanup git-svn-id: http://piwigo.org/svn/trunk@16529 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/element_set_ranks.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'admin/element_set_ranks.php') diff --git a/admin/element_set_ranks.php b/admin/element_set_ranks.php index cba101022..8f078efec 100644 --- a/admin/element_set_ranks.php +++ b/admin/element_set_ranks.php @@ -207,8 +207,6 @@ if (pwg_db_num_rows($result) > 0) { // template thumbnail initialization $current_rank = 1; - $thumbnail_info=array(); - $clipping=array(); $derivativeParams = ImageStdParams::get_by_type(IMG_SQUARE); while ($row = pwg_db_fetch_assoc($result)) { -- cgit v1.2.3