Diff for /loncom/interface/loncommon.pm between versions 1.1075.2.108 and 1.1075.2.109

version 1.1075.2.108, 2016/08/13 20:20:23 version 1.1075.2.109, 2016/08/14 00:24:29
Line 16056  sub captcha_display { Line 16056  sub captcha_display {
 sub captcha_response {  sub captcha_response {
     my ($context,$lonhost) = @_;      my ($context,$lonhost) = @_;
     my ($captcha_chk,$captcha_error);      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') {      if ($captcha eq 'original') {
         ($captcha_chk,$captcha_error) = &check_captcha();          ($captcha_chk,$captcha_error) = &check_captcha();
     } elsif ($captcha eq 'recaptcha') {      } elsif ($captcha eq 'recaptcha') {

Removed from v.1.1075.2.108  
changed lines
  Added in v.1.1075.2.109


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>