From df07f5c59aeebc25c24de07177c101b5e8ed13ea Mon Sep 17 00:00:00 2001 From: z0rglub Date: Sat, 21 Aug 2004 13:08:42 +0000 Subject: [PATCH] don't force the width and height of folder icons git-svn-id: http://piwigo.org/svn/trunk@489 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/cat_list.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/cat_list.php b/admin/cat_list.php index 08446cf74..310cf78a7 100644 --- a/admin/cat_list.php +++ b/admin/cat_list.php @@ -236,8 +236,8 @@ while (list ($id,$category) = each($categories)) $query = 'SELECT COUNT(id) as sub_cats FROM ' . CATEGORIES_TABLE . ' WHERE id_uppercat = '.$category['id']; $result = mysql_fetch_array(mysql_query( $query )); $category_image = ($result['sub_cats']) ? - '' : - ''; + '' : + ''; } if ( !isset( $category['dir'] ) ) $category['dir'] = '';