[LON-CAPA-cvs] cvs: loncom /publisher lonrights.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 13 Oct 2003 22:12:55 -0000


albertel		Mon Oct 13 18:12:55 2003 EDT

  Modified files:              
    /loncom/publisher	lonrights.pm 
  Log:
  - I don't someone ever tested this.
  
  
Index: loncom/publisher/lonrights.pm
diff -u loncom/publisher/lonrights.pm:1.10 loncom/publisher/lonrights.pm:1.11
--- loncom/publisher/lonrights.pm:1.10	Mon Sep 22 11:39:53 2003
+++ loncom/publisher/lonrights.pm	Mon Oct 13 18:12:55 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to show and edit custom distribution rights
 #
-# $Id: lonrights.pm,v 1.10 2003/09/22 15:39:53 www Exp $
+# $Id: lonrights.pm,v 1.11 2003/10/13 22:12:55 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -163,11 +163,11 @@
   my $token;
   my $rulecounter=0;
   my $colzero=&mt($constructmode?'Edit action':'Rule');
-my %lt=&Apache::loncommon::texthash('ef' => 'Effect',
-				    'do' => 'Domain',
-				    'co' => 'Course',
-				    'se' => 'Section/Group',
-				    'ro' => 'Role');
+  my %lt=&Apache::lonlocal::texthash('ef' => 'Effect',
+				     'do' => 'Domain',
+				     'co' => 'Course',
+				     'se' => 'Section/Group',
+				     'ro' => 'Role');
 # ---------------------------------------------------------- Start table output
   $r->print(<<ENDSTARTTABLE);
 <table border="2">