*** empty log message ***

This commit is contained in:
duergner 2003-09-21 20:07:15 +00:00
parent 556843c58e
commit 206d1a85ff
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ function display_LoginPage($config_object,$profile)
$text = explode(",", $admins[$i]);
$text = explode("=", $text[0]);
?>
<option value="<?php echo $config_object->Admins[$i]; ?>"><?php echo $text[1]; ?></option>
<option value="<?php echo $admins[$i]; ?>"><?php echo $text[1]; ?></option>
<?php
}
?>