--- loncom/interface/domainprefs.pm 2010/12/25 00:52:58 1.138.2.5 +++ loncom/interface/domainprefs.pm 2010/12/30 18:53:08 1.138.2.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.138.2.5 2010/12/25 00:52:58 raeburn Exp $ +# $Id: domainprefs.pm,v 1.138.2.6 2010/12/30 18:53:08 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2856,6 +2856,7 @@ sub print_defaults { my $includeempty = 1; $datatable .= &Apache::loncommon::select_datelocale($item,$domdefaults{$item},undef,$includeempty); } else { + my $size; if ($item eq 'portal_def') { $size = ' size="25"'; }