Diff for /loncom/interface/domainprefs.pm between versions 1.160.6.9 and 1.160.6.10

version 1.160.6.9, 2012/12/12 01:57:37 version 1.160.6.10, 2012/12/20 02:58:05
Line 7047  sub process_captcha { Line 7047  sub process_captcha {
     if (ref($current->{'recaptchakeys'}) eq 'HASH') {      if (ref($current->{'recaptchakeys'}) eq 'HASH') {
         $currpub = $current->{'recaptchakeys'}{'public'};          $currpub = $current->{'recaptchakeys'}{'public'};
         $currpriv = $current->{'recaptchakeys'}{'private'};          $currpriv = $current->{'recaptchakeys'}{'private'};
         $newsettings->{'recaptchakeys'} = {          unless ($newsettings->{'captcha'} eq 'recaptcha') {
                                              public  => '',              $newsettings->{'recaptchakeys'} = {
                                              private => '',                                                   public  => '',
                                           }                                                   private => '',
                                                 }
           }
     }      }
     if (($newpub ne $currpub) || ($newpriv ne $currpriv)) {      if (($newpub ne $currpub) || ($newpriv ne $currpriv)) {
         if ($container eq 'cancreate') {          if ($container eq 'cancreate') {

Removed from v.1.160.6.9  
changed lines
  Added in v.1.160.6.10


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