Revision 1762
Added by Luisehahne about 13 years ago
- fixed upgrade-script wrong Adding/updating page_icon_dir to settings table
| branches/2.8.x/CHANGELOG | ||
|---|---|---|
| 13 | 13 |
|
| 14 | 14 |
|
| 15 | 15 |
|
| 16 |
18 Sep-2012 Build 1762 Dietmar Woellbrink (Luisehahne) |
|
| 17 |
# fixed upgrade-script wrong Adding/updating page_icon_dir to settings table |
|
| 16 | 18 |
18 Sep-2012 Build 1761 Dietmar Woellbrink (Luisehahne) |
| 17 | 19 |
# fixed wrong MODULE_URL in form modul |
| 18 | 20 |
# fixed loginForgot.htt missing vars in <title></title> |
| branches/2.8.x/wb/upgrade-script.php | ||
|---|---|---|
| 439 | 439 |
*/ |
| 440 | 440 |
echo "Adding/updating page_icon_dir to settings table"; |
| 441 | 441 |
$cfg = array( |
| 442 |
'page_extended' => (defined('PAGE_ICON_DIR') ? PAGE_ICON_DIR : '/templates/*/title_images'),
|
|
| 442 |
'page_icon_dir' => (defined('PAGE_ICON_DIR') ? PAGE_ICON_DIR : '/templates/*/title_images'),
|
|
| 443 | 443 |
); |
| 444 | 444 |
|
| 445 | 445 |
echo (db_update_key_value( 'settings', $cfg ) ? " $OK<br />" : " $FAIL!<br />"); |
| 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', '1761');
|
|
| 54 |
if(!defined('REVISION')) define('REVISION', '1762');
|
|
| 55 | 55 |
if(!defined('SP')) define('SP', '');
|
Also available in: Unified diff