From: nicolasconnault Date: Thu, 27 Aug 2009 06:38:17 +0000 (+0000) Subject: MDL-19799 Silencing annoying debugging error for popup_form use X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9c48f05cafe2e934e9c781f829f2947b69ccc330;p=moodle.git MDL-19799 Silencing annoying debugging error for popup_form use --- diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index c2036a5421..9c62a02d32 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -3272,7 +3272,7 @@ function popup_form($baseurl, $options, $formid, $selected='', $nothing='choose' $targetwindow='self', $selectlabel='', $optionsextra=NULL, $submitvalue='', $disabled=false, $showbutton=false) { global $OUTPUT; - debugging('popup_form() has been deprecated. Please change your code to use $OUTPUT->select($select).'); + // debugging('popup_form() has been deprecated. Please change your code to use $OUTPUT->select($select).'); if (empty($options)) { return '';