From f6beb499b62ad927b1b0c18ea34a6661a1f739bc Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Wed, 3 May 2006 12:27:06 +0000 Subject: [PATCH] Now includes question/editlib.php NOTE: This might well be the wrong thing to do and need backed out, but until I hear otherwise it gets quiz working again!! --- mod/quiz/locallib.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mod/quiz/locallib.php b/mod/quiz/locallib.php index 439aa899e2..19deb52eb6 100644 --- a/mod/quiz/locallib.php +++ b/mod/quiz/locallib.php @@ -20,7 +20,8 @@ * Include those library functions that are also used by core Moodle or other modules */ require_once("$CFG->dirroot/mod/quiz/lib.php"); -require_once($CFG->libdir.'/questionlib.php'); +//require_once($CFG->libdir.'/questionlib.php'); +require_once("{$CFG->dirroot}/question/editlib.php"); /// CONSTANTS /////////////////////////////////////////////////////////////////// -- 2.39.5