[LON-CAPA-cvs] cvs: loncom /html/adm/helper newslot.helper

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 09 May 2006 19:07:17 -0000


albertel		Tue May  9 15:07:17 2006 EDT

  Modified files:              
    /loncom/html/adm/helper	newslot.helper 
  Log:
  - data stored with : seperator now
  
  
Index: loncom/html/adm/helper/newslot.helper
diff -u loncom/html/adm/helper/newslot.helper:1.16 loncom/html/adm/helper/newslot.helper:1.17
--- loncom/html/adm/helper/newslot.helper:1.16	Tue May  9 15:06:07 2006
+++ loncom/html/adm/helper/newslot.helper	Tue May  9 15:07:17 2006
@@ -224,7 +224,6 @@
         my @defaults;
         my $default=&{$helper->{DATA}{origslot}}('proctor');
         if ($default) {
-	    $default=~ tr/@/:/;
 	    @defaults=(split(',',$default)); 
 	}
         return @defaults;