Diff for /loncom/interface/lonpopulate.pm between versions 1.74 and 1.75

version 1.74, 2013/02/11 02:39:11 version 1.75, 2013/03/01 05:10:09
Line 254  sub print_navmenu { Line 254  sub print_navmenu {
     <tr class="LC_pick_box_row">      <tr class="LC_pick_box_row">
       <td valign="top" class="LC_pick_box_title">        <td valign="top" class="LC_pick_box_title">
 ');  ');
     print STDERR "action is ||$action|| and state is ||$state||\n";  
     foreach my $task (@{$tasksref}) {      foreach my $task (@{$tasksref}) {
         if (($task eq $action) && ($state eq 'choose')) {          if (($task eq $action) && ($state eq 'choose')) {
             $r->print('               $r->print(' 

Removed from v.1.74  
changed lines
  Added in v.1.75


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