removed redundant return

This commit is contained in:
jamiesensei 2006-11-21 10:19:28 +00:00
parent 57cf1be250
commit 002bd26872

View File

@ -161,7 +161,6 @@ class MoodleQuickForm_date_selector extends MoodleQuickForm_group
} else {
return null;
}
return $value;
}
// }}}