[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /interface loncommon.pm
raeburn
raeburn at source.lon-capa.org
Sat Aug 13 20:24:30 EDT 2016
raeburn Sun Aug 14 00:24:30 2016 EDT
Modified files: (Branch: version_2_11_X)
/loncom/interface loncommon.pm
Log:
- For 2.11
- Fix typo in 1.1075.2.107 backport of 1.1234.
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.1075.2.108 loncom/interface/loncommon.pm:1.1075.2.109
--- loncom/interface/loncommon.pm:1.1075.2.108 Sat Aug 13 20:20:23 2016
+++ loncom/interface/loncommon.pm Sun Aug 14 00:24:29 2016
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1075.2.108 2016/08/13 20:20:23 raeburn Exp $
+# $Id: loncommon.pm,v 1.1075.2.109 2016/08/14 00:24:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -16056,7 +16056,7 @@
sub captcha_response {
my ($context,$lonhost) = @_;
my ($captcha_chk,$captcha_error);
- my ($captcha,$pubkey,$privkey.$version) = &get_captcha_config($context,$lonhost);
+ my ($captcha,$pubkey,$privkey,$version) = &get_captcha_config($context,$lonhost);
if ($captcha eq 'original') {
($captcha_chk,$captcha_error) = &check_captcha();
} elsif ($captcha eq 'recaptcha') {
More information about the LON-CAPA-cvs
mailing list