Revision 1961
Added by darkviper about 11 years ago
branches/2.8.x/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
=============================================================================== |
13 | 13 |
|
14 |
05 Sep-2013 Build 1961 M.v.d.Decken(DarkViper) |
|
15 |
# /admin/settings/save now also allows empty entries for 'website_title','website_description' and 'website_keywords' |
|
14 | 16 |
22 Aug-2013 Build 1960 M.v.d.Decken(DarkViper) |
15 | 17 |
# typofix/structurfix in /modules/form/modify_settings.php |
16 | 18 |
16 Aug-2013 Build 1959 M.v.d.Decken(DarkViper) |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1960');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1961');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/admin/settings/save.php | ||
---|---|---|
176 | 176 |
'wbmail_signature' |
177 | 177 |
); |
178 | 178 |
$allow_empty_values = array( |
179 |
'website_title', |
|
180 |
'website_description', |
|
181 |
'website_keywords', |
|
179 | 182 |
'website_header', |
180 | 183 |
'website_footer', |
181 | 184 |
'wbmail_signature', |
Also available in: Unified diff
/admin/settings/save now also allows empty entries for 'website_title','website_description' and 'website_keywords'