Skip to content

Commit

Permalink
Temporarily switching off "Save as new question" button until bug 344…
Browse files Browse the repository at this point in the history
…5 is fixed
  • Loading branch information
gustav_delius committed Jun 7, 2005
1 parent 52c1134 commit 2876a13
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod/quiz/locallib.php
Expand Up @@ -1014,7 +1014,8 @@ function print_question_form_end($question, $submitscript='') {
<td colspan="2" align="center">
<input type="submit" '.$submitscript.' value="'.get_string('savechanges').'" /> ';
if ($question->id) {
echo '<input type="submit" name="makecopy" '.$submitscript.' value="'.get_string("makecopy", "quiz").'" /> ';
// Switched off until bug 3445 is fixed
// echo '<input type="submit" name="makecopy" '.$submitscript.' value="'.get_string("makecopy", "quiz").'" /> ';
}
echo '<input type="submit" name="cancel" value="'.get_string("cancel").'" />
<input type="hidden" name="sesskey" value="'.$USER->sesskey.'" />
Expand Down

0 comments on commit 2876a13

Please sign in to comment.