[LON-CAPA-cvs] cvs: loncom /publisher lonretrieve.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 11 Mar 2004 22:45:06 -0000
albertel Thu Mar 11 17:45:06 2004 EDT
Modified files:
/loncom/publisher lonretrieve.pm
Log:
- it was only ever doing diffs between current published and priv
Index: loncom/publisher/lonretrieve.pm
diff -u loncom/publisher/lonretrieve.pm:1.23 loncom/publisher/lonretrieve.pm:1.24
--- loncom/publisher/lonretrieve.pm:1.23 Mon Sep 22 11:39:53 2003
+++ loncom/publisher/lonretrieve.pm Thu Mar 11 17:45:06 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to retrieve an old version of a file
#
-# $Id: lonretrieve.pm,v 1.23 2003/09/22 15:39:53 www Exp $
+# $Id: lonretrieve.pm,v 1.24 2004/03/11 22:45:06 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -94,7 +94,7 @@
$r->print(
' <a target=cat href="/adm/diff?filename=/~'.
$uname.$fn.
- '&versiontwo=priv&versiontwo='.$version.
+ '&versiontwo=priv&versionone='.$version.
'">'.&mt('Diffs with Version').' '.$version.'</a>');
}
$r->print('</a></td></tr>');