From: tjhunt Date: Wed, 17 Oct 2007 14:36:03 +0000 (+0000) Subject: Fix notice. Meged from MOODLE_19_STABLE. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bfbef967bc21ed5bfaf6d662fcf0281a074ae02f;p=moodle.git Fix notice. Meged from MOODLE_19_STABLE. --- diff --git a/mod/survey/view.php b/mod/survey/view.php index a10575f39c..230ee0061e 100644 --- a/mod/survey/view.php +++ b/mod/survey/view.php @@ -34,6 +34,7 @@ $showscales = ($template->name != 'ciqname'); + $strsurvey = get_string("modulename", "survey"); $navigation = build_navigation('', $cm); print_header_simple(format_string($survey->name), "", $navigation, "", "", true, update_module_button($cm->id, $course->id, $strsurvey), navmenu($course, $cm));