|
@@ -544,7 +544,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]['unformatted-disp']);
|
|
|
|
|
|
+ $box2 = str_replace(' ', ' ', $boxes[$i]['formatted']);
|
|
echo " <OPTION VALUE=\"$box\">$box2</option>\n";
|
|
echo " <OPTION VALUE=\"$box\">$box2</option>\n";
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -700,4 +700,4 @@
|
|
return substr($subject, 0, $trim_val) . '...';
|
|
return substr($subject, 0, $trim_val) . '...';
|
|
}
|
|
}
|
|
|
|
|
|
-?>
|
|
|
|
|
|
+?>
|