--- loncom/interface/loncommon.pm 2003/02/25 21:49:45 1.84 +++ loncom/interface/loncommon.pm 2003/03/26 19:34:42 1.90 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.84 2003/02/25 21:49:45 albertel Exp $ +# $Id: loncommon.pm,v 1.90 2003/03/26 19:34:42 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -601,18 +601,48 @@ sub get_domains { =pod -=item select_dom_form($defdom,$name) +=item select_form($defdom,$name,%hash) + +Returns a string containing a \n"; + foreach (sort keys %hash) { + $selectform.="\n"; + } + $selectform.=""; + return $selectform; +} + + +#------------------------------------------- + +=pod + +=item select_dom_form($defdom,$name,$includeempty) Returns a string containing a \n"; foreach (@domains) { $selectdomain.="