Revision 1844
Added by Dietmar almost 12 years ago
save.php | ||
---|---|---|
173 | 173 |
$allow_tags_in_fields = array( |
174 | 174 |
'website_header', |
175 | 175 |
'website_footer', |
176 |
'website_signature'
|
|
176 |
'wbmail_signature'
|
|
177 | 177 |
); |
178 | 178 |
$allow_empty_values = array( |
179 | 179 |
'website_header', |
180 | 180 |
'website_footer', |
181 |
'website_signature',
|
|
181 |
'wbmail_signature',
|
|
182 | 182 |
'wysiwyg_style', |
183 | 183 |
'pages_directory', |
184 | 184 |
'page_icon_dir', |
... | ... | |
196 | 196 |
'website_title', |
197 | 197 |
'website_description', |
198 | 198 |
'website_keywords', |
199 |
'website_signature',
|
|
199 |
'wbmail_signature',
|
|
200 | 200 |
'wysiwyg_style', |
201 | 201 |
'pages_directory', |
202 | 202 |
'page_icon_dir', |
Also available in: Unified diff
! change return value to boolean in user management delete.php, add.php
! change WEBSITE_SIGNATURE to WBMAIL_SIGNATURE