Revision 1844
Added by Dietmar almost 12 years ago
upgrade-script.php | ||
---|---|---|
515 | 515 |
$aDebugMessage[] = (db_update_key_value( 'settings', $cfg ) ? " $OK<br />" : " $FAIL!<br />"); |
516 | 516 |
|
517 | 517 |
/********************************************************** |
518 |
* - Adding website_signature to settings table
|
|
518 |
* - Adding wbmail_signature to settings table
|
|
519 | 519 |
*/ |
520 |
$aDebugMessage[] = "<span>Adding/updating website_signature to settings table</span>";
|
|
520 |
$aDebugMessage[] = "<span>Adding/updating wbmail_signature to settings table</span>";
|
|
521 | 521 |
$cfg = array( |
522 |
'website_signature' => (defined('WEBSITE_SIGNATURE') ? WEBSITE_SIGNATURE : '')
|
|
522 |
'wbmail_signature' => (defined('WBMAIL_SIGNATURE') ? WBMAIL_SIGNATURE : '')
|
|
523 | 523 |
); |
524 | 524 |
|
525 | 525 |
$aDebugMessage[] = (db_update_key_value( 'settings', $cfg ) ? " $OK<br />" : " $FAIL!<br />"); |
Also available in: Unified diff
! change return value to boolean in user management delete.php, add.php
! change WEBSITE_SIGNATURE to WBMAIL_SIGNATURE