[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /homework structuretags.pm
raeburn
raeburn@source.lon-capa.org
Fri, 14 Aug 2009 12:32:05 -0000
raeburn Fri Aug 14 12:32:05 2009 EDT
Modified files: (Branch: version_2_9_X)
/loncom/homework structuretags.pm
Log:
- Remove duplicate line added in 1.444.4.1.
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.444.4.1 loncom/homework/structuretags.pm:1.444.4.2
--- loncom/homework/structuretags.pm:1.444.4.1 Wed Aug 12 22:57:14 2009
+++ loncom/homework/structuretags.pm Fri Aug 14 12:32:04 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.444.4.1 2009/08/12 22:57:14 raeburn Exp $
+# $Id: structuretags.pm,v 1.444.4.2 2009/08/14 12:32:04 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -243,7 +243,6 @@
my ($symb,undef,undef,undef,$publicuser)= &Apache::lonnet::whichuser();
if ($symb eq '' && !$publicuser) {
- if ($symb eq '' && !$publicuser) {
$page_start .= '<p class="LC_info">'
.&mt('Browsing resource, all submissions are temporary.')
.'</p>';