From 2ac3cee6747205b718ee2e0193472e7df1bdc593 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Sun, 5 Jun 2005 20:25:04 +0000 Subject: [PATCH] Restoring of user attempts and states disabled for now, see bug 3159 --- mod/quiz/restorelib.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mod/quiz/restorelib.php b/mod/quiz/restorelib.php index fa3fa6297e2..9ea3c04aa17 100644 --- a/mod/quiz/restorelib.php +++ b/mod/quiz/restorelib.php @@ -1420,6 +1420,9 @@ //This function restores the quiz_attempts function quiz_attempts_restore_mods($quiz_id,$info,$restore) { + notify("Restoring quiz without user attempts. Restoring of user attempts will be implemented in Moodle 1.5.1"); + return true; + global $CFG; $status = true; @@ -1761,7 +1764,7 @@ return $status; } - //This function restores the quiz_states + //This function restores the quiz_rqp_states function quiz_rqp_states_restore_mods($state_id,$info,$restore) { global $CFG;