Log Message:
-----------
Backporting changes to Home.pm
This means that the options menu won't appear on the home page.
Tags:
----
rel-2-1-patches
Modified Files:
--------------
webwork2/lib/WeBWorK/ContentGenerator:
Home.pm
Revision Data
-------------
Index: Home.pm
===================================================================
RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Home.pm,v
retrieving revision 1.6
retrieving revision 1.6.6.1
diff -Llib/WeBWorK/ContentGenerator/Home.pm -Llib/WeBWorK/ContentGenerator/Home.pm -u -r1.6 -r1.6.6.1
--- lib/WeBWorK/ContentGenerator/Home.pm
+++ lib/WeBWorK/ContentGenerator/Home.pm
@@ -31,6 +31,7 @@
sub loginstatus { "" }
sub links { "" }
+sub options { "" };
sub body {
my ($self) = @_;
|