moodle/mod/choice
nicolasconnault 7c08ef3653 Fixed MDL-8582
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.

Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
..
db Merged from 1.7. 2007-02-16 08:43:10 +00:00
backuplib.php Bug 3768 - Release is now a reserved word in MySql 5 2006-02-08 23:46:21 +00:00
column.png New feature: choices can now be published (like polls) with names 2003-01-01 06:34:13 +00:00
icon.gif Initial revision 2001-11-22 06:23:56 +00:00
index.php replace all uses of isset($USER->id) with empty() to allow proper operation of $CFG->notloggedinroleid hack 2006-09-02 11:44:04 +00:00
lib.php MDL-7861, xhtml strict fixes for choice 2007-01-09 03:14:34 +00:00
mod_form.php important security fix previous use of ['type'] in repeatedeloptions array would not have worked. 2007-01-21 10:32:42 +00:00
report.php MDL-7861, xhtml strict fixes for choice 2007-01-09 03:14:34 +00:00
restorelib.php Apply modularity to the creation of the log file during restore to a new course. 2006-10-17 10:05:41 +00:00
styles.php Prettied up choice with some styles (could use work) 2005-05-05 18:34:20 +00:00
version.php Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
view.php Fixed MDL-8582 2007-02-28 05:36:13 +00:00