Revision 1139
Added by aldus over 15 years ago
upgrade-script.php | ||
---|---|---|
117 | 117 |
} |
118 | 118 |
|
119 | 119 |
echo '<h2>Step 2: Updating database entries</h2>'; |
120 |
|
|
120 |
define ("DEFAULT_THEME", "wb_theme"); |
|
121 | 121 |
require_once('config.php'); |
122 | 122 |
require_once(WB_PATH.'/framework/functions.php'); |
123 | 123 |
|
Also available in: Unified diff
Fixed bug inside the upgrade-script. Ticket #784