From 447fb8a2b3b8fdd3d9c42ef56ea65e8d7105438a Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Sun, 12 Aug 2012 07:13:02 +0000 Subject: [PATCH] Remove tinymce table. --- e107_admin/update_routines.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php index 72fe70494..07d30caed 100644 --- a/e107_admin/update_routines.php +++ b/e107_admin/update_routines.php @@ -286,7 +286,7 @@ function update_706_to_800($type='') ); // List of DB tables not required (includes a few from 0.6xx) - $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last', 'session', 'preset'); + $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last', 'session', 'preset', 'tinymce'); // List of DB tables newly required (defined in core_sql.php) (The existing dblog table gets renamed)