]> git.mjollnir.org Git - moodle.git/commitdiff
JUst a minor tidy - I yank this line all the time :-)
authormoodler <moodler>
Tue, 9 Jan 2007 12:30:26 +0000 (12:30 +0000)
committermoodler <moodler>
Tue, 9 Jan 2007 12:30:26 +0000 (12:30 +0000)
lib/weblib.php

index 991c7288960be7b1c015339f8e93437fa309ad09..5fb433e34b993c35befa5a07119689708550e2fd 100644 (file)
@@ -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<br>
  */
-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