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

albertel lon-capa-cvs@mail.lon-capa.org
Tue, 11 Jan 2005 22:08:08 -0000


albertel		Tue Jan 11 17:08:08 2005 EDT

  Modified files:              
    /loncom/interface	loncreateuser.pm 
  Log:
  - the calls are apassing $start,$end, the subroutine was looking for $end,$start, fixing the sub
  
  
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.96 loncom/interface/loncreateuser.pm:1.97
--- loncom/interface/loncreateuser.pm:1.96	Tue Jan 11 16:46:52 2005
+++ loncom/interface/loncreateuser.pm	Tue Jan 11 17:08:08 2005
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Create a user
 #
-# $Id: loncreateuser.pm,v 1.96 2005/01/11 21:46:52 albertel Exp $
+# $Id: loncreateuser.pm,v 1.97 2005/01/11 22:08:08 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1248,7 +1248,7 @@
 }
 
 sub commit_customrole {
-    my ($url,$three,$four,$five,$end,$start) = @_;
+    my ($url,$three,$four,$five,$start,$end) = @_;
     my $output = &mt('Assigning custom role').' "'.$five.'" by '.$four.'@'.$three.' in '.$url.
                          ($start?', '.&mt('starting').' '.localtime($start):'').
                          ($end?', ending '.localtime($end):'').': <b>'.