[LON-CAPA-cvs] cvs: loncom /interface londocs.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 23 Dec 2004 17:50:42 -0000
albertel Thu Dec 23 12:50:42 2004 EDT
Modified files:
/loncom/interface londocs.pm
Log:
- disabling the Export to IMS button for now.
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.160 loncom/interface/londocs.pm:1.161
--- loncom/interface/londocs.pm:1.160 Thu Dec 23 12:28:31 2004
+++ loncom/interface/londocs.pm Thu Dec 23 12:50:42 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.160 2004/12/23 17:28:31 raeburn Exp $
+# $Id: londocs.pm,v 1.161 2004/12/23 17:50:42 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -242,6 +242,7 @@
# ------------------------------------------------------ Generate "export" button
sub exportbutton {
+ return '';
return '</td><td bgcolor="#DDDDCC">'.
'<input type="submit" name="exportcourse" value="'.
&mt('Export Course to IMS').'" />'.