fixed help links

This commit is contained in:
Roland Gruber 2004-04-10 15:00:32 +00:00
parent f2fd75f743
commit 59846a88ef
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ function print_option($values, $modulename, $old_options) {
break;
// help link
case 'help':
echo "<a href=../help.php?module=$modulename&amp;module=" . $values['value'] . ">" . _('Help') . "</a>\n";
echo "<a href=../help.php?module=$modulename&amp;HelpNumber=" . $values['value'] . ">" . _('Help') . "</a>\n";
break;
// input field
case 'input':