[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm
raeburn
raeburn at source.lon-capa.org
Thu Jan 3 16:04:45 EST 2013
raeburn Thu Jan 3 21:04:45 2013 EDT
Modified files:
/loncom/homework structuretags.pm
Log:
- Eliminate code which is no longer needed, following change in rev. 1.493
- $symb already retrieved by lonnet::whichuser().
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.509 loncom/homework/structuretags.pm:1.510
--- loncom/homework/structuretags.pm:1.509 Fri Dec 21 18:51:46 2012
+++ loncom/homework/structuretags.pm Thu Jan 3 21:04:44 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# definition of tags that give a structure to a document
#
-# $Id: structuretags.pm,v 1.509 2012/12/21 18:51:46 bisitz Exp $
+# $Id: structuretags.pm,v 1.510 2013/01/03 21:04:44 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -453,7 +453,6 @@
}
$form_tag_start.='>'."\n";
- my $symb=&Apache::lonnet::symbread();
if ($symb =~ /\S/) {
$symb=
&HTML::Entities::encode(&Apache::lonenc::check_encrypt($symb));
More information about the LON-CAPA-cvs
mailing list