[LON-CAPA-cvs] cvs: rat / lonratedt.pm

raeburn raeburn at source.lon-capa.org
Wed Feb 26 13:52:13 EST 2014


raeburn		Wed Feb 26 18:52:13 2014 EDT

  Modified files:              
    /rat	lonratedt.pm 
  Log:
  - Coding style -- if ()
  
  
Index: rat/lonratedt.pm
diff -u rat/lonratedt.pm:1.109 rat/lonratedt.pm:1.110
--- rat/lonratedt.pm:1.109	Fri Feb 14 16:05:42 2014
+++ rat/lonratedt.pm	Wed Feb 26 18:52:13 2014
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Edit Handler for RAT Maps
 #
-# $Id: lonratedt.pm,v 1.109 2014/02/14 16:05:42 bisitz Exp $
+# $Id: lonratedt.pm,v 1.110 2014/02/26 18:52:13 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -241,7 +241,7 @@
        my ($errtext,$fatal)=
 	   &LONCAPA::map::mapread(&Apache::lonnet::filelocation('',$url),'');
    }
-   $targetmsg = &Apache::loncommon::confirmwrapper($targetmsg) if $targetmsg;
+   $targetmsg = &Apache::loncommon::confirmwrapper($targetmsg) if ($targetmsg);
    if (-e $tmpfn) {
       $targetmsg=
         '<p class="LC_warning">'




More information about the LON-CAPA-cvs mailing list