From: moodler Date: Tue, 9 Jan 2007 12:30:26 +0000 (+0000) Subject: JUst a minor tidy - I yank this line all the time :-) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4609c6f0b561ae789639c26ce994cb73044d97ee;p=moodle.git JUst a minor tidy - I yank this line all the time :-) --- 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