mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 00:42:54 +02:00
MDL-21203 delete dupe code - Credit goes to Antoine G ; merged from 19_STABLE
This commit is contained in:
parent
8fa16366d6
commit
1fe2e2ded2
@ -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');
|
||||
|
Loading…
x
Reference in New Issue
Block a user