--- loncom/interface/lonindexer.pm 2001/08/13 14:50:35 1.17 +++ loncom/interface/lonindexer.pm 2001/11/01 15:59:11 1.22 @@ -14,6 +14,8 @@ # 5/31,6/1,6/2,6/15 Scott Harrison # 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; @@ -51,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') . "/"; @@ -128,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) { @@ -169,7 +172,7 @@ END The LearningOnline Network With CAPA Directory Browser -