From efcb4f9d55570506d9dbff5ab00cf67e803fc8bb Mon Sep 17 00:00:00 2001 From: shish Date: Mon, 16 Jul 2007 07:42:31 +0000 Subject: [PATCH] name, not id git-svn-id: file:///home/shish/svn/shimmie2/trunk@289 7f39781d-f577-437e-ae19-be835c7a54ca --- ext/setup/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/setup/main.php b/ext/setup/main.php index aa82bc60..22229fe4 100644 --- a/ext/setup/main.php +++ b/ext/setup/main.php @@ -108,7 +108,7 @@ class SetupBlock extends Block { if(!is_null($label)) { $this->body .= ""; } - $html = ""; foreach($options as $optname => $optval) { if($optval == $current) $selected=" selected"; else $selected="";