]> git.mjollnir.org Git - moodle.git/commit
fix for :
authorjamiesensei <jamiesensei>
Thu, 19 Oct 2006 07:12:11 +0000 (07:12 +0000)
committerjamiesensei <jamiesensei>
Thu, 19 Oct 2006 07:12:11 +0000 (07:12 +0000)
commite995c46e2430f996265d2498c55333c353f36747
tree5c556e3630c53e2b2c808b93ab4cff2fa0367d85
parentc345209c19b12c8f6dba4a94e5333c75eaed5f27
fix for :
$this->_form->getElement('allowedmods')->
                        updateAttributes(array('disabled' => 'disabled')) ;
 that didn't work in PHP 4. (calling a method on a returned object)
course/edit_form.php