Diff for /loncom/interface/lonparmset.pm between versions 1.522.2.25 and 1.522.2.26

version 1.522.2.25, 2018/09/14 19:06:43 version 1.522.2.26, 2018/12/01 15:34:55
Line 1025  sub print_row { Line 1025  sub print_row {
             if (@{$usersgroups} > 1) {              if (@{$usersgroups} > 1) {
                 my ($coursereply,$grp_parm,$controlgrp);                  my ($coursereply,$grp_parm,$controlgrp);
                 ($coursereply,$othergrp,$grp_parm,$controlgrp) =                  ($coursereply,$othergrp,$grp_parm,$controlgrp) =
                     &&check_other_groups($$part{$which}.'.'.$$name{$which},                      &check_other_groups($$part{$which}.'.'.$$name{$which},
                        $rid,$cgroup,$defbgone,$usersgroups,$result,$courseopt);                         $rid,$cgroup,$defbgone,$usersgroups,$result,$courseopt);
                 if ($coursereply && $result > 3) {                  if ($coursereply && $result > 3) {
                     if (defined($controlgrp)) {                      if (defined($controlgrp)) {
Line 1906  sub sectionmenu { Line 1906  sub sectionmenu {
         }          }
         $output .= '>'."$s</option>\n";          $output .= '>'."$s</option>\n";
     }      }
     $output .= "</select>\n");      $output .= "</select>\n";
     return $output;      return $output;
 }  }
   

Removed from v.1.522.2.25  
changed lines
  Added in v.1.522.2.26


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