Revision 1762
Added by Dietmar about 12 years ago
- fixed upgrade-script wrong Adding/updating page_icon_dir to settings table
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 />"); |
Also available in: Unified diff