Project

General

Profile

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

    
5

    
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
11
[code]
12
$search = array('{SERVER_EMAIL}');
13
$replace = array( SERVER_EMAIL);
14
$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA'] = str_replace($search,$replace,$MESSAGE['MOD_FORM_INCORRECT_CAPTCHA']);
15
[/code]
16

    
17

    
(3-3/7)