moodle/mod/choice
moodler 0468976c9a SWEEPING CLEANUP
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)

The $kill thing was removed.   If you want to assert a capability
then use:

    require_capability('capname', $context);

with optional variables to modify the error message

Misc bugs here and there also removed and code tidied
2006-08-14 05:55:40 +00:00
..
db Initial XMLDB schema for choice tables. Using FKs where they are obvious. 2006-08-08 17:00:03 +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 lots of incorrect required_param()'s - there MUST be only two parameters not three!! 2006-03-08 00:08:51 +00:00
lib.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
mod.html moved php end tag from comment revisited 2006-04-23 11:40:25 +00:00
report.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00
restorelib.php BUG 5662 - bad check for 1.6 version. 2006-05-31 20:28:18 +00:00
styles.php Prettied up choice with some styles (could use work) 2005-05-05 18:34:20 +00:00
version.php new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283 2006-08-08 22:09:55 +00:00
view.php SWEEPING CLEANUP 2006-08-14 05:55:40 +00:00