moodle/mod/choice
tjhunt 89d7d96279 MDL-12546 - The choice module was calling get_users_by_capability, which hammers the database and returns lots of data, inside a loop over users - and it was calling it with identical parameters each time. Ouch!
Actually, since the fix for MDL-12331, which changed the get_users_by_capability call at the top of this function, the check it was doing is entirely redundant anyway, so I removed it.

Merged from MOODLE_19_STABLE.
2007-12-11 18:49:56 +00:00
..
db Second pass. Modules. Some more default comments are out. MDL-11385 2007-09-24 22:17:05 +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 MDL-11124 - Allowed 'There are no [modulename]' translations. This is currently 2007-10-29 10:44:50 +00:00
lib.php MDL-12546 - The choice module was calling get_users_by_capability, which hammers the database and returns lots of data, inside a loop over users - and it was calling it with identical parameters each time. Ouch! 2007-12-11 18:49:56 +00:00
mod_form.php MDL-12133 validate() method tidying up; merged from MOODLE_19_STABLE 2007-11-23 22:15:07 +00:00
report.php MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation. 2007-10-12 15:55:49 +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 preparation for 1.9 beta 2 - setting correct requires in mods and plugins 2007-10-10 16:09:17 +00:00
view.php fix for MDL-11063 - thanks to Wen for the patch. 2007-10-22 21:25:06 +00:00