MDL-21203 delete dupe code - Credit goes to Antoine G

This commit is contained in:
Eloy Lafuente
2009-12-28 14:32:08 +00:00
parent 8002b70cbb
commit f4b233eef5
-5
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');