Revision 828
Added by Matthias over 16 years ago
trunk/wb/upgrade-script.php | ||
---|---|---|
54 | 54 |
status_msg(', WB 2.7 core files uploaded: '); |
55 | 55 |
@include_once(WB_PATH .'/framework/functions.php'); |
56 | 56 |
@include_once(ADMIN_PATH .'/interface/version.php'); |
57 |
if(defined('VERSION') && VERSION == '2.7 (RC3)' |
|
57 |
if(defined('VERSION') && VERSION == '2.7 (RC3a)'
|
|
58 | 58 |
&& function_exists('get_variable_content') |
59 | 59 |
&& file_exists(WB_PATH .'/modules/menu_link/languages/DE.php') |
60 | 60 |
&& file_exists(WB_PATH .'/modules/output_filter/filter-routines.php') |
Also available in: Unified diff
fixed minor issue in upgrade-script.php introduced in changeset [820]