From 2bc269fd7b76884668aa303cad0934b3001e494f Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 5 May 2003 07:44:53 +0000 Subject: [PATCH] Typo in javascript .... selectedindex should selectedIndex ! --- lib/weblib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weblib.php b/lib/weblib.php index 2dc90d3763..59b8ae476e 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -324,7 +324,7 @@ function popup_form ($common, $options, $formname, $selected="", $nothing="choos } $startoutput = "
framename}\" name=$formname>"; - $output = "\n"; if ($nothing != "") { $output .= " \n"; -- 2.39.5