[LON-CAPA-cvs] cvs: loncom /interface londropadd.pm

matthew lon-capa-cvs@mail.lon-capa.org
Tue, 03 Dec 2002 20:30:48 -0000


matthew		Tue Dec  3 15:30:48 2002 EDT

  Modified files:              
    /loncom/interface	londropadd.pm 
  Log:
  Another attempt to make it shut the hell up.
  
  
Index: loncom/interface/londropadd.pm
diff -u loncom/interface/londropadd.pm:1.61 loncom/interface/londropadd.pm:1.62
--- loncom/interface/londropadd.pm:1.61	Wed Nov 13 14:16:34 2002
+++ loncom/interface/londropadd.pm	Tue Dec  3 15:30:48 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to drop and add students in courses 
 #
-# $Id: londropadd.pm,v 1.61 2002/11/13 19:16:34 matthew Exp $
+# $Id: londropadd.pm,v 1.62 2002/12/03 20:30:48 matthew Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -93,7 +93,7 @@
         }
     }
     if ($result eq '') {
-        $result eq 'Unable to find section for this student';
+        $result = 'Unable to find section for this student';
     } else {
         $result =~ s/(ok:)+/ok/g;
     }