--- loncom/interface/loncommon.pm 2014/02/16 22:04:14 1.1175
+++ loncom/interface/loncommon.pm 2014/02/19 15:50:56 1.1176
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# a pile of common routines
#
-# $Id: loncommon.pm,v 1.1175 2014/02/16 22:04:14 raeburn Exp $
+# $Id: loncommon.pm,v 1.1176 2014/02/19 15:50:56 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -14902,7 +14902,7 @@ sub captcha_display {
$error = 'recaptcha';
}
}
- return ($output,$error);
+ return ($output,$error,$captcha);
}
sub captcha_response {
@@ -14978,8 +14978,9 @@ sub create_captcha {
if (-e $Apache::lonnet::perlvar{'lonCaptchaDir'}.'/'.$md5sum.'.png') {
$output = ''."\n".
&mt('Type in the letters/numbers shown below').' '.
- '
'.
- '';
+ ''.
+ '
'.
+ '';
last;
}
}