Diff for /loncom/interface/Attic/lonchart.pm between versions 1.3 and 1.4

version 1.3, 2001/02/05 18:58:04 version 1.4, 2001/02/06 20:50:04
Line 218  sub handler { Line 218  sub handler {
                     map {                      map {
                       $i++;                        $i++;
                       if ( $_ ne '') {                        if ( $_ ne '') {
                         $rowlabels[$thisindex].=&Apache::lonnet::unescape($_).'                          $rowlabels[$thisindex].=&Apache::lonnet::unescape($_).' ';
 ';  
                       }                        }
                       if ($i == 2) {                        if ($i == 2) {
                         chop($rowlabels[$thisindex]);                          chop($rowlabels[$thisindex]);
                         $rowlabels[$thisindex].=', ';                          $rowlabels[$thisindex].=', ';
                       }                        }
                     } split(/\&/,$reply);                      } split(/\&/,$reply);
       
  }                  }
             }              }
         } sort split(/\&/,$classlst);          } sort split(/\&/,$classlst);
   

Removed from v.1.3  
changed lines
  Added in v.1.4


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