From 4609c6f0b561ae789639c26ce994cb73044d97ee Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 9 Jan 2007 12:30:26 +0000 Subject: [PATCH] JUst a minor tidy - I yank this line all the time :-) --- lib/weblib.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/weblib.php b/lib/weblib.php index 991c728896..5fb433e34b 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -933,8 +933,7 @@ function print_textfield ($name, $value, $alt = '',$size=50,$maxlength=0, $retur * @return string If $return is true then the entire form is returned as a string. * @todo Finish documenting this function
*/ -function popup_form($common, $options, $formid, $selected='', $nothing='choose', $help='', $helptext='', $return=false, -$targetwindow='self', $selectlabel='') { +function popup_form($common, $options, $formid, $selected='', $nothing='choose', $help='', $helptext='', $return=false, $targetwindow='self', $selectlabel='') { global $CFG; static $go, $choose; /// Locally cached, in case there's lots on a page -- 2.39.5