Diff for /loncom/interface/lonconfigsettings.pm between versions 1.8.2.3 and 1.8.2.4

version 1.8.2.3, 2010/05/22 13:26:21 version 1.8.2.4, 2010/11/19 13:09:36
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.8.2.3  
changed lines
  Added in v.1.8.2.4


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