Diff for /loncom/interface/lonconfigsettings.pm between versions 1.15.2.1 and 1.15.2.2

version 1.15.2.1, 2010/08/14 13:38:33 version 1.15.2.2, 2010/12/24 22:50:34
Line 141  sub print_footer { Line 141  sub print_footer {
     if (($phase eq 'display') || ($phase eq 'process')) {      if (($phase eq 'display') || ($phase eq 'process')) {
         if (ref($actions) eq 'ARRAY') {          if (ref($actions) eq 'ARRAY') {
             foreach my $item (@{$actions}) {              foreach my $item (@{$actions}) {
                 $r->print('<input type="hidden" name="actions" value="'.$item.'" />')."\n";                  $r->print('<input type="hidden" name="actions" value="'.$item.'" />'."\n");
             }              }
         }          }
     }      }

Removed from v.1.15.2.1  
changed lines
  Added in v.1.15.2.2


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