--- loncom/enrollment/localenroll.pm 2016/08/25 18:01:34 1.56 +++ loncom/enrollment/localenroll.pm 2017/10/13 20:37:40 1.57 @@ -1,6 +1,6 @@ # functions to glue school database system into Lon-CAPA for # automated enrollment -# $Id: localenroll.pm,v 1.56 2016/08/25 18:01:34 raeburn Exp $ +# $Id: localenroll.pm,v 1.57 2017/10/13 20:37:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -955,8 +955,8 @@ sub allusers_info { institutional types to check. (g) $srchby - optional if $uname or $id defined, otherwise required. Allowed values include: 1. lastfirst, 2. last, 3. uname - corresponding to searches by 1. lastname,firstname; - 2. lastname; 3. username + 4. email, corresponding to searches by 1. lastname,firstname; + 2. lastname; 3. username; 4. e-mail address (h) $srchterm - optional if $uname or $id defined, otherwise required String to search for. (i) $srchtype - optional. Allowed values: contains, begins (defaults