Fix undefined variable error
darcs-hash:20080720100024-533db-d2b5b63f169b6e16e08e81c8da63b7f9f69e7521.gz
This commit is contained in:
parent
02325570a6
commit
bd0b6970ae
|
@ -374,7 +374,7 @@ function common_dropdown($id, $label, $content, $instructions=NULL, $blank_selec
|
||||||
common_element('label', array('for' => $id), $label);
|
common_element('label', array('for' => $id), $label);
|
||||||
common_element_start('select', array('id' => $id, 'name' => $id));
|
common_element_start('select', array('id' => $id, 'name' => $id));
|
||||||
if ($blank_select) {
|
if ($blank_select) {
|
||||||
common_element('option', array('value' => $value));
|
common_element('option', array('value' => ''));
|
||||||
}
|
}
|
||||||
foreach ($content as $value => $option) {
|
foreach ($content as $value => $option) {
|
||||||
if ($value == $selected) {
|
if ($value == $selected) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user