[LON-CAPA-cvs] cvs: loncom /interface lonextresedit.pm
raeburn
raeburn at source.lon-capa.org
Wed Jan 31 09:51:05 EST 2018
raeburn Wed Jan 31 14:51:05 2018 EDT
Modified files:
/loncom/interface lonextresedit.pm
Log:
- Remove duplicate line.
Index: loncom/interface/lonextresedit.pm
diff -u loncom/interface/lonextresedit.pm:1.23 loncom/interface/lonextresedit.pm:1.24
--- loncom/interface/lonextresedit.pm:1.23 Mon Dec 18 22:56:45 2017
+++ loncom/interface/lonextresedit.pm Wed Jan 31 14:51:05 2018
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: lonextresedit.pm,v 1.23 2017/12/18 22:56:45 raeburn Exp $
+# $Id: lonextresedit.pm,v 1.24 2018/01/31 14:51:05 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -296,7 +296,6 @@
sub update_exttool {
my ($marker,$cdom,$cnum,$supplementalflag,$args) = @_;
- my %toolhash=&Apache::lonnet::dump('exttool_'.$marker,$cdom,$cnum);
my (%newhash,$changed,$newgradable, at deleted,$errormsg);
($newhash{'target'},$newhash{'width'},$newhash{'height'},$newhash{'linktext'},$newhash{'explanation'},
$newhash{'crslabel'},$newhash{'crstitle'},$newhash{'crsappend'},$newhash{'gradable'}) = split(/:/,$args);
More information about the LON-CAPA-cvs
mailing list