Checking in patch for bug#36597, patch from miri@punknet.cz

git-svn-id: svn://10.0.0.236/trunk@106805 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tara%tequilarista.org
2001-10-31 04:07:25 +00:00
parent 780270ed60
commit fcdc069ec0

View File

@@ -103,6 +103,9 @@ else {
# Print out all the Different Modules
#
for my $k (sort( keys( %$::modules ) ) ){
if ($k eq $::FORM{module}) {
next;
}
print "<OPTION value='$k'>$k\n";
}