]> git.mjollnir.org Git - moodle.git/commit
change value of PARAM_RAW from 0 to 666, becasue we need to detect incorrect param...
authorskodak <skodak>
Tue, 7 Mar 2006 19:20:23 +0000 (19:20 +0000)
committerskodak <skodak>
Tue, 7 Mar 2006 19:20:23 +0000 (19:20 +0000)
commit038ba6aa302384d5a99c2ec730c350c5b44958ba
treec51687565a5ed39e2875154d46bf09486a1ac832
parentfd6abcc87ab2d0ce92cdea2faea3c814949b05ab
change value of PARAM_RAW from 0 to 666, becasue we need to detect incorrect param types (such as PARAM_IND) and incorrect order - optional_param('xx', PARAM_INT, 0)

This might break faulty code...
lib/moodlelib.php