Ok ok, so I'm not perfect :P
This commit is contained in:
@@ -52,9 +52,9 @@ $mod_update['0.3.0'] = array(
|
||||
),
|
||||
);
|
||||
|
||||
$sql_update['1.0.0RC1'] = array(
|
||||
"UPDATE phpbb_portal_config SET config_name = 'portal_right_column_width' config_name = 'portal_right_collumn_width'",
|
||||
"UPDATE phpbb_portal_config SET config_name = 'portal_left_column_width' config_name = 'portal_left_collumn_width'",,
|
||||
$sql_update['1.0.0RC2'] = array(
|
||||
"UPDATE phpbb_portal_config SET config_name = 'portal_right_column_width' WHERE config_name = 'portal_right_collumn_width'",
|
||||
"UPDATE phpbb_portal_config SET config_name = 'portal_left_column_width' WHERE config_name = 'portal_left_collumn_width'",
|
||||
);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user