--- loncom/interface/loncommon.pm 2003/03/10 20:21:45 1.87 +++ loncom/interface/loncommon.pm 2003/03/20 16:17:37 1.88 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.87 2003/03/10 20:21:45 matthew Exp $ +# $Id: loncommon.pm,v 1.88 2003/03/20 16:17:37 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -599,6 +599,32 @@ sub get_domains { #------------------------------------------- +=pod + +=item select_form($defdom,$name,%hash) + +Returns a string containing a \n"; + foreach (keys %hash) { + $selectform.="\n"; + } + $selectform.=""; + return $selectform; +} + + +#------------------------------------------- + =pod =item select_dom_form($defdom,$name)