From: jamiesensei Date: Tue, 21 Nov 2006 10:19:28 +0000 (+0000) Subject: removed redundant return X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=002bd268728c464c2dc9002ad3b1d2b84a391d10;p=moodle.git removed redundant return --- diff --git a/lib/form/dateselector.php b/lib/form/dateselector.php index 7a3fab11fe..1d2747a60e 100644 --- a/lib/form/dateselector.php +++ b/lib/form/dateselector.php @@ -161,7 +161,6 @@ class MoodleQuickForm_date_selector extends MoodleQuickForm_group } else { return null; } - return $value; } // }}}