Skip to content

Commit

Permalink
MDL-21203 delete dupe code - Credit goes to Antoine G ; merged from 1…
Browse files Browse the repository at this point in the history
…9_STABLE
  • Loading branch information
stronk7 committed Dec 28, 2009
1 parent 8fa1636 commit 1fe2e2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions user/filters/date.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ function setupForm(&$mform) {
$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');
Expand Down

0 comments on commit 1fe2e2d

Please sign in to comment.