Revision 1532
Added by Luisehahne almost 14 years ago
| save.php | ||
|---|---|---|
| 451 | 451 |
$settings_rows= "INSERT INTO `".TABLE_PREFIX."settings` " |
| 452 | 452 |
." (name, value) VALUES " |
| 453 | 453 |
." ('wb_version', '".VERSION."'),"
|
| 454 |
." ('wb_revision', '".REVISION."'),"
|
|
| 455 |
." ('wb_sp', '".SP."'),"
|
|
| 454 | 456 |
." ('website_title', '$website_title'),"
|
| 455 | 457 |
." ('website_description', ''),"
|
| 456 | 458 |
." ('website_keywords', ''),"
|
Also available in: Unified diff
small changes in INSTALL and UPGRADE (Tks to unawave2)
update upgrade-script showing from Version to Version (Tks to unawave2)
add Servicepack version to header.htt