diff --git a/mozilla/webtools/firefox_survey/config/core.php b/mozilla/webtools/firefox_survey/config/core.php index 28f363fdc82..a18106df333 100644 --- a/mozilla/webtools/firefox_survey/config/core.php +++ b/mozilla/webtools/firefox_survey/config/core.php @@ -1,5 +1,5 @@ params['data']['captcha'][0])) != $_SESSION['freecap_word_hash']) { $form_captcha_error = 'The code you entered did not match the picture. Please try again.'; + $this->set('form_captcha_error',$form_captcha_error); return; } else { @@ -82,7 +83,7 @@ generation of Firefox. Thanks again for making the browser a better place!

information provided will never be given or sold to any other outside company for its use in marketing or solicitation.

-

If you choose not to take this survey, you will be automatically unsubscribed from the Firefox Survey list.

+

If you choose not to take this survey, you will be automatically unsubscribed from the Firefox User Panel.

If you think you received this in error, please let us know.

" @@ -131,7 +132,7 @@ generation of Firefox. Thanks again for making the browser a better place!

information provided will never be given or sold to any other outside company for its use in marketing or solicitation.

-

If you choose not to take this survey, you will be automatically unsubscribed from the Firefox Survey list.

+

If you choose not to take this survey, you will be automatically unsubscribed from the Firefox User Panel.

If you think you received this in error, please let us know.

" diff --git a/mozilla/webtools/firefox_survey/vendors/captcha/freecap.php b/mozilla/webtools/firefox_survey/vendors/captcha/freecap.php index 2feeca0ce18..08936054b30 100644 --- a/mozilla/webtools/firefox_survey/vendors/captcha/freecap.php +++ b/mozilla/webtools/firefox_survey/vendors/captcha/freecap.php @@ -24,7 +24,7 @@ \************************************************************/ // rename this sometime? -session_name('CAKEPHP'); +session_name('moz_userpanel'); session_start(); ////////////////////////////////////////////////////// @@ -377,8 +377,6 @@ if($use_dict==1) $_SESSION['freecap_word_hash'] = $hash_func($word); - - ////////////////////////////////////////////////////// ////// Fill BGs and Allocate Colours: //////////////////////////////////////////////////////