From a8938827898ed40d35f25b055a72a41a2c1567ef Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 18 Feb 2012 20:46:46 +0000 Subject: - multisize thumb longest side can be smaller than the square size - remove unused css, shorten/optimize php called very often (at least theoretically should be faster) git-svn-id: http://piwigo.org/svn/trunk@13240 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/comments.php | 1 - 1 file changed, 1 deletion(-) (limited to 'admin/comments.php') diff --git a/admin/comments.php b/admin/comments.php index e54f13421..5e8a6c4d2 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -126,7 +126,6 @@ while ($row = pwg_db_fetch_assoc($result)) array( 'id'=>$row['image_id'], 'path'=>$row['path'], - 'tn_ext'=>@$row['tn_ext'] ) ); if (empty($row['author_id'])) -- cgit v1.2.3