Diff for /loncom/enrollment/localenroll.pm between versions 1.55 and 1.57

version 1.55, 2016/05/30 03:16:42 version 1.57, 2017/10/13 20:37:40
Line 572  export_grades() takes five arguments - Line 572  export_grades() takes five arguments -
   
 =cut  =cut
   
 sub export_grades  sub export_grades {
     my ($cnum,$cdom,$hashref,$dataref,$outgoing) = @_;      my ($cnum,$cdom,$hashref,$dataref,$outgoing) = @_;
     my %info;      my %info;
     if (ref($hashref) eq 'HASH') {      if (ref($hashref) eq 'HASH') {
Line 955  sub allusers_info { Line 955  sub allusers_info {
               institutional types to check.                institutional types to check.
  (g) $srchby - optional if $uname or $id defined, otherwise required.   (g) $srchby - optional if $uname or $id defined, otherwise required.
                Allowed values include: 1. lastfirst, 2. last, 3. uname                 Allowed values include: 1. lastfirst, 2. last, 3. uname
                corresponding to searches by 1. lastname,firstname;                 4. email, corresponding to searches by 1. lastname,firstname;
                2. lastname; 3. username                 2. lastname; 3. username; 4. e-mail address
  (h) $srchterm - optional if $uname or $id defined, otherwise required   (h) $srchterm - optional if $uname or $id defined, otherwise required
                 String to search for.                  String to search for.
  (i) $srchtype - optional. Allowed values: contains, begins (defaults   (i) $srchtype - optional. Allowed values: contains, begins (defaults

Removed from v.1.55  
changed lines
  Added in v.1.57


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>