Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.44 and 1.1075.2.45

version 1.1075.2.44, 2013/08/12 20:03:41 version 1.1075.2.45, 2013/08/13 19:32:09
Line 13486  sub assign_category_rows { Line 13486  sub assign_category_rows {
             if (ref($cats->[$depth]{$parent}) eq 'ARRAY') {              if (ref($cats->[$depth]{$parent}) eq 'ARRAY') {
                 my $numchildren = @{$cats->[$depth]{$parent}};                  my $numchildren = @{$cats->[$depth]{$parent}};
                 my $css_class = $itemcount%2?' class="LC_odd_row"':'';                  my $css_class = $itemcount%2?' class="LC_odd_row"':'';
                 $text .= '<td><table class="LC_datatable">';                  $text .= '<td><table class="LC_data_table">';
                 for (my $j=0; $j<$numchildren; $j++) {                  for (my $j=0; $j<$numchildren; $j++) {
                     $name = $cats->[$depth]{$parent}[$j];                      $name = $cats->[$depth]{$parent}[$j];
                     $item = &escape($name).':'.&escape($parent).':'.$depth;                      $item = &escape($name).':'.&escape($parent).':'.$depth;

Removed from v.1.1075.2.44  
changed lines
  Added in v.1.1075.2.45


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