From 229e1258e142b1622a8a48c34bc9c7aaa7c7a920 Mon Sep 17 00:00:00 2001 From: nicolasconnault <nicolasconnault> Date: Mon, 10 Aug 2009 03:43:27 +0000 Subject: [PATCH] MDL-19756 Muting debugging error for optionsextra param of popup_form (used only by navmenu()) --- lib/deprecatedlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') { -- 2.39.5