[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Wed Aug 6 13:21:35 EDT 2014
raeburn Wed Aug 6 17:21:35 2014 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface domainprefs.pm
Log:
- For 2.11
- Backport 1.251.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.52 loncom/interface/domainprefs.pm:1.160.6.53
--- loncom/interface/domainprefs.pm:1.160.6.52 Sun Jul 20 00:11:43 2014
+++ loncom/interface/domainprefs.pm Wed Aug 6 17:21:34 2014
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.160.6.52 2014/07/20 00:11:43 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.53 2014/08/06 17:21:34 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6053,7 +6053,7 @@
if (!$privkey) {
$chgtxt .= '<li>'.&mt('Private key deleted').'</li>';
} else {
- $chgtxt .= '<li>'.&mt('Private key set to [_1]',$pubkey).'</li>';
+ $chgtxt .= '<li>'.&mt('Private key set to [_1]',$privkey).'</li>';
}
$chgtxt .= '</ul>';
$resulttext .= '<li>'.$chgtxt.'</li>';
More information about the LON-CAPA-cvs
mailing list