Project

General

Profile

« Previous | Next » 

Revision 1635

Added by Dietmar over 12 years ago

fallback signuo2.php revision 1633

View differences:

DEVINFOS
1 1
WebsiteBaker 2.8.3 Developing Instructions/Informations
2 2
=======================================================
3
$Id:  $
4 3

  
4
$Id: DEVINFOS 1634 2012-03-09 02:20:16Z Luisehahne $
5 5

  
6 6

  
7
09 Mar-2012 Build 1634 change in language files
8
-----------------------------------------------
9
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] the const SERVER_EMAIL to a var {SERVER_EMAIL}
10
If you use it you have to replace as follows
7

  
8
09 Mar-2012 Build 1634
9
----------------------
10
If using the $MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] in your module, please add
11
following code to your script
11 12
[code]
12 13
$search = array('{SERVER_EMAIL}');
13 14
$replace = array( SERVER_EMAIL);

Also available in: Unified diff