Skip to content

Commit

Permalink
Applied patch supplied by Brian King to remove the non-functional cat…
Browse files Browse the repository at this point in the history
…egory selection menu from the export form. Closing bug 1945.
  • Loading branch information
gustav_delius committed Mar 14, 2005
1 parent 005d007 commit ee9eb2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod/quiz/export.php
Expand Up @@ -96,15 +96,15 @@
echo "<tr><td align=\"right\">";
print_string("category", "quiz");
echo ":</td><td>";
choose_from_menu($categories, "category", "$category->id", "");
echo "</tr>";
echo str_replace('&nbsp;', '', $categories[$category->id]) . " ($course->shortname)";
echo "</td></tr>";

echo "<tr><td align=\"right\">";
print_string("fileformat", "quiz");
echo ":</td><td>";
choose_from_menu($fileformatnames, "format", "gift", "");
helpbutton("export", $strexportquestions, "quiz");
echo "</tr>";
echo "</td></tr>";

echo "<tr><td align=\"right\">";
print_string("exportname", "quiz" );
Expand Down

0 comments on commit ee9eb2c

Please sign in to comment.