--- loncom/interface/domainprefs.pm 2013/09/07 00:19:00 1.205 +++ loncom/interface/domainprefs.pm 2013/09/10 17:43:58 1.207 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: domainprefs.pm,v 1.205 2013/09/07 00:19:00 raeburn Exp $ +# $Id: domainprefs.pm,v 1.207 2013/09/10 17:43:58 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -5551,7 +5551,7 @@ sub publishlogo { if ($file=~/\.(\w+)$/ && (&Apache::loncommon::fileembstyle($1) eq 'hdn')) { $output = - &mt('Invalid file extension ([_1]) - reserved for LONCAPA use.',$1); + &mt('Invalid file extension ([_1]) - reserved for internal use.',$1); } elsif ($file=~/\.(\w+)$/ && !defined(&Apache::loncommon::fileembstyle($1))) { $output = &mt('Unrecognized file extension ([_1]) - rename the file with a proper extension and re-upload.',$1); @@ -7609,7 +7609,7 @@ sub modify_scantron { } $resulttext .= ''; &Apache::loncommon::devalidate_domconfig_cache($dom); - $lastactref = 'update'; + $$lastactref = 'update'; } else { $resulttext = &mt('No changes made to bubblesheet format file'); }