[LON-CAPA-cvs] cvs: loncom /homework response.pm

albertel lon-capa-cvs@mail.lon-capa.org
Mon, 08 Mar 2004 22:59:13 -0000


albertel		Mon Mar  8 17:59:13 2004 EDT

  Modified files:              
    /loncom/homework	response.pm 
  Log:
  - added &mt() but not the use for it
  
  
Index: loncom/homework/response.pm
diff -u loncom/homework/response.pm:1.92 loncom/homework/response.pm:1.93
--- loncom/homework/response.pm:1.92	Fri Feb 27 12:18:32 2004
+++ loncom/homework/response.pm	Mon Mar  8 17:59:12 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # various response type definitons response definition
 #
-# $Id: response.pm,v 1.92 2004/02/27 17:18:32 albertel Exp $
+# $Id: response.pm,v 1.93 2004/03/08 22:59:12 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -28,6 +28,7 @@
 
 package Apache::response;
 use strict;
+use Apache::lonlocal;
 
 BEGIN {
     &Apache::lonxml::register('Apache::response',('responseparam','parameter','dataresponse'));