Diff for /loncom/interface/lonconfigsettings.pm between versions 1.10 and 1.11

version 1.10, 2010/01/08 00:52:06 version 1.11, 2010/01/27 13:08:01
Line 212  sub make_changes { Line 212  sub make_changes {
     }      }
     if ($context eq 'course') {      if ($context eq 'course') {
         if ($numchanged) {          if ($numchanged) {
             $r->print(&Apache::courseprefs::store_changes($dom,$confname,$prefs_order,\@actions,              my $message = &Apache::courseprefs::store_changes($dom,$confname,$prefs_order,\@actions,
                                                           $prefs,$values,\%changes,$crstype));                                                            $prefs,$values,\%changes,$crstype);
               $r->print(&Apache::loncommon::confirmwrapper($message));
         } else {          } else {
             if ($crstype eq 'Community') {              if ($crstype eq 'Community') {
                 $r->print(&mt("No changes made to community configuration."));                  $r->print(&Apache::loncommon::confirmwrapper(&mt("No changes made to community configuration.")));
             } else {              } else {
                 $r->print(&mt("No changes made to course configuration."));                  $r->print(&Apache::loncommon::confirmwrapper(&mt("No changes made to course configuration.")));
             }              }
         }          }
         if (keys(%disallowed) > 0) {          if (keys(%disallowed) > 0) {

Removed from v.1.10  
changed lines
  Added in v.1.11


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