From: nicolasconnault Date: Mon, 10 Aug 2009 03:43:27 +0000 (+0000) Subject: MDL-19756 Muting debugging error for optionsextra param of popup_form (used only... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=229e1258e142b1622a8a48c34bc9c7aaa7c7a920;p=moodle.git MDL-19756 Muting debugging error for optionsextra param of popup_form (used only by navmenu()) --- diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index d2923f21b5..811c786ca2 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -3293,7 +3293,7 @@ function popup_form($baseurl, $options, $formid, $selected='', $nothing='choose' } if (!empty($optionsextra)) { - debugging('The $optionsextra (11th) param to popup_form is not supported, please improve your code.', DEBUG_DEVELOPER); + // debugging('The $optionsextra (11th) param to popup_form is not supported, please improve your code.', DEBUG_DEVELOPER); } if ($nothing == 'choose') {