From f30bf5c9c82d54e608051c610fad3aa09d7cc1ad Mon Sep 17 00:00:00 2001 From: David M Date: Sun, 22 Jan 2006 05:43:04 +0000 Subject: [PATCH] D'oh! git-svn-id: file:///svn/phpbb/trunk@5484 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_styles.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/phpBB/includes/acp/acp_styles.php b/phpBB/includes/acp/acp_styles.php index 759ad47dcd..f8f50fcc09 100644 --- a/phpBB/includes/acp/acp_styles.php +++ b/phpBB/includes/acp/acp_styles.php @@ -476,12 +476,10 @@ pagination_sep = \'{PAGINATION_SEP}\' foreach ($style_row as $key => $value) { - $src = ''; - $width = $height = $imgsrc = ''; if (!empty($value)) { - $values = explode('*',$value); + $values = explode('*', $value); $imgsrc = $values[0]; $height = (!empty($values[1])) ? $values[1] : ''; $width = (!empty($values[2])) ? $values[2] : '';