From: nicolasconnault Date: Wed, 19 Mar 2008 05:47:55 +0000 (+0000) Subject: MDL-13796 Removing redundant language code. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c1a33301b98718cc120ec9f06e661073da91063d;p=moodle.git MDL-13796 Removing redundant language code. --- diff --git a/lib/form/recaptcha.php b/lib/form/recaptcha.php index f3c4ad703b..781292b553 100644 --- a/lib/form/recaptcha.php +++ b/lib/form/recaptcha.php @@ -109,6 +109,7 @@ class MoodleQuickForm_recaptcha extends HTML_QuickForm_input { } $this->_helpbutton=call_user_func_array($function, $helpbuttonargs); } + /** * get html for help button *