modified strAfter
This commit is contained in:
@@ -766,7 +766,7 @@ if ($cfgBookmark['db'] && $cfgBookmark['table']) {
|
|||||||
<?php
|
<?php
|
||||||
reset($aryFields);
|
reset($aryFields);
|
||||||
while (list($junk, $fieldname) = each($aryFields)) {
|
while (list($junk, $fieldname) = each($aryFields)) {
|
||||||
echo ' <option value="' . urlencode($fieldname) . '">' . $strAfter . ' ' . htmlspecialchars($fieldname) . '</option>' . "\n";
|
echo ' <option value="' . urlencode($fieldname) . '">' . sprintf($strAfter, htmlspecialchars($fieldname)) . '</option>' . "\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</select>
|
</select>
|
||||||
|
Reference in New Issue
Block a user