--- loncom/interface/lonindexer.pm 2001/08/14 14:13:03 1.18 +++ loncom/interface/lonindexer.pm 2001/11/01 15:59:11 1.22 @@ -15,6 +15,7 @@ # 6/26,7/8 H. K. Ng # 8/6,8/7,8/10 Scott Harrison # 8/14 H. K. Ng +# 8/28,10/15 Scott Harrison package Apache::lonindexer; @@ -52,6 +53,7 @@ sub handler { return OK if $r->header_only; $fnum=0; $dnum=0; + untie %hash; # --------------------------------------------- machine configuration variables my $iconpath= $r->dir_config('lonIconsURL') . "/"; @@ -129,7 +131,7 @@ function select_data(title,url) { self.close(); } function select_group() { - window.location="/adm/groupsort?acts="+document.forms.fileattr.acts.value; + window.location="/adm/groupsort?catalogmode=groupimport&acts="+document.forms.fileattr.acts.value; } function changeTitle(val) { if (opener.inf.document.forms.resinfo.elements.t) { @@ -170,7 +172,7 @@ END The LearningOnline Network With CAPA Directory Browser -