MDL-21203 delete dupe code - Credit goes to Antoine G ; merged from 19_STABLE

This commit is contained in:
Eloy Lafuente 2009-12-28 14:34:50 +00:00
parent 8fa16366d6
commit 1fe2e2ded2

View File

@ -44,11 +44,6 @@ class user_filter_date extends user_filter_type {
$mform->setAdvanced($this->_name.'_grp');
}
if ($this->_advanced) {
$mform->setAdvanced($this->_name.'_grp');
}
$mform->disabledIf($this->_name.'_sdt[day]', $this->_name.'_sck', 'notchecked');
$mform->disabledIf($this->_name.'_sdt[month]', $this->_name.'_sck', 'notchecked');
$mform->disabledIf($this->_name.'_sdt[year]', $this->_name.'_sck', 'notchecked');