|
@@ -508,7 +508,7 @@
|
|
for ($i = 0; $i < count($boxes); $i++) {
|
|
for ($i = 0; $i < count($boxes); $i++) {
|
|
if (!in_array("noselect", $boxes[$i]['flags'])) {
|
|
if (!in_array("noselect", $boxes[$i]['flags'])) {
|
|
$box = $boxes[$i]['unformatted'];
|
|
$box = $boxes[$i]['unformatted'];
|
|
- $box2 = str_replace(' ', ' ', $boxes[$i]['formatted']);
|
|
|
|
|
|
+ $box2 = str_replace(' ', ' ', $boxes[$i]['unformatted-disp']);
|
|
echo " <OPTION VALUE=\"$box\">$box2</option>\n";
|
|
echo " <OPTION VALUE=\"$box\">$box2</option>\n";
|
|
}
|
|
}
|
|
}
|
|
}
|