1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 09:55:33 +02:00

MDL-9483 Problem with question restore relinking when quiz not selected; merged from MOODLE_17_STABLE

This commit is contained in:
skodak 2007-04-21 12:38:56 +00:00
parent b3df98189d
commit 83ee2fe8eb

@ -93,6 +93,7 @@
// TODO: process all html text also in blocks too
// Restore links in questions.
require_once("$CFG->dirroot/question/restorelib.php");
if (!defined('RESTORE_SILENTLY')) {
echo '<li>' . get_string('from') . ' ' . get_string('questions', 'quiz');
}