--- loncom/interface/loncommon.pm 2017/03/13 21:02:21 1.1075.2.124
+++ loncom/interface/loncommon.pm 2017/03/26 23:47:28 1.1075.2.126
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1075.2.124 2017/03/13 21:02:21 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.126 2017/03/26 23:47:28 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -7897,6 +7897,7 @@ OFFLOAD
';
}
+ $result .= ''."\n";
return $result.'';
}
@@ -9639,10 +9640,12 @@ sub user_picker {
&html_escape(\%html_lt);
&js_escape(\%js_lt);
my $domform;
+ my $allow_blank = 1;
if ($fixeddom) {
- $domform = &select_dom_form($currdom,'srchdomain',1,1,undef,[$currdom]);
+ $allow_blank = 0;
+ $domform = &select_dom_form($currdom,'srchdomain',$allow_blank,1,undef,[$currdom]);
} else {
- $domform = &select_dom_form($currdom,'srchdomain',1,1);
+ $domform = &select_dom_form($currdom,'srchdomain',$allow_blank,1);
}
my $srchinsel = '