]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-19756 Muting debugging error for optionsextra param of popup_form (used only...
authornicolasconnault <nicolasconnault>
Mon, 10 Aug 2009 03:43:27 +0000 (03:43 +0000)
committernicolasconnault <nicolasconnault>
Mon, 10 Aug 2009 03:43:27 +0000 (03:43 +0000)
lib/deprecatedlib.php

index d2923f21b584e552a503d82f63d5df3729c684b4..811c786ca23eb108deb0647f0622b7ca3c162624 100644 (file)
@@ -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') {