[LON-CAPA-cvs] cvs: loncom(version_2_11_X) / startup.pl
raeburn
raeburn at source.lon-capa.org
Tue Oct 1 10:05:16 EDT 2013
raeburn Tue Oct 1 14:05:16 2013 EDT
Modified files: (Branch: version_2_11_X)
/loncom startup.pl
Log:
- For 2.11
- Reverse changes in 1.41.2.1. lonhtmlgateway.pm, lonwshlist.pm and
lonwishlistdisplay.pm all now included in 2.11
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.41.2.1 loncom/startup.pl:1.41.2.2
--- loncom/startup.pl:1.41.2.1 Tue May 15 22:46:07 2012
+++ loncom/startup.pl Tue Oct 1 14:05:16 2013
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: startup.pl,v 1.41.2.1 2012/05/15 22:46:07 raeburn Exp $
+# $Id: startup.pl,v 1.41.2.2 2013/10/01 14:05:16 raeburn Exp $
BEGIN {
eval "use Apache2::compat();";
@@ -92,6 +92,7 @@
use Apache::londefdef();
use Apache::londocs();
use Apache::lonhtmlcommon();
+use Apache::lonhtmlgateway();
use Apache::lonmsg();
use Apache::lonmysql();
use Apache::lonpercentage();
@@ -113,6 +114,8 @@
use Apache::lonuploadedacc();
use Apache::lonwrapper();
use Apache::admannotations();
+use Apache::lonwishlist();
+use Apache::lonwishlistdisplay();
use Apache::style();
use Apache::lontex();
use Apache::matchresponse();
More information about the LON-CAPA-cvs
mailing list