[LON-CAPA-cvs] cvs: loncom /publisher lonretrieve.pm
bisitz
bisitz at source.lon-capa.org
Wed Dec 5 11:57:29 EST 2012
bisitz Wed Dec 5 16:57:29 2012 EDT
Modified files:
/loncom/publisher lonretrieve.pm
Log:
Bug 1320: Corrected typo in rev. 1.45. Correctly display "diffs with..." link and make the link functional again.
Index: loncom/publisher/lonretrieve.pm
diff -u loncom/publisher/lonretrieve.pm:1.49 loncom/publisher/lonretrieve.pm:1.50
--- loncom/publisher/lonretrieve.pm:1.49 Mon Oct 29 17:38:55 2012
+++ loncom/publisher/lonretrieve.pm Wed Dec 5 16:57:29 2012
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to retrieve an old version of a file
#
-# $Id: lonretrieve.pm,v 1.49 2012/10/29 17:38:55 raeburn Exp $
+# $Id: lonretrieve.pm,v 1.50 2012/12/05 16:57:29 bisitz Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -161,7 +161,7 @@
|| &Apache::loncommon::fileembstyle($suffix) eq 'ssi') {
$r->print('<td>'.
&Apache::loncommon::modal_link(
- '/adm/diff?filename=/priv/'.$udom,'/'.$uname.$fn.
+ '/adm/diff?filename=/priv/'.$udom.'/'.$uname.$fn.
'&versiontwo=priv&versionone='.$version,
&mt('Diffs with Version [_1]',$version),550,450).
'</td>');
More information about the LON-CAPA-cvs
mailing list