Diff for /loncom/interface/lonstatistics.pm between versions 1.154 and 1.155

version 1.154, 2011/01/17 00:19:38 version 1.155, 2012/03/20 16:03:54
Line 413  sub StudentDataSelect { Line 413  sub StudentDataSelect {
             last;              last;
         }          }
     }      }
     $Str .= ">all</option>\n";      $Str .= '>'.&mt('all')."</option>\n";
     #      #
     # Loop through the student data fields      # Loop through the student data fields
     foreach my $item (@StudentDataOrder) {      foreach my $item (@StudentDataOrder) {
Line 424  sub StudentDataSelect { Line 424  sub StudentDataSelect {
                 last;                  last;
             }              }
         }          }
         $Str .= '>'.$item."</option>\n";          $Str .= '>'.&mt($item)."</option>\n";
     }      }
     $Str .= "</select>\n";      $Str .= "</select>\n";
     return $Str;      return $Str;

Removed from v.1.154  
changed lines
  Added in v.1.155


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