From 8f75b14e7d1bc6b9a22a4ba654c1211477226a24 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sun, 6 Jan 2008 22:31:33 +0000 Subject: [PATCH] DB table sometimes needs creating --- e107_admin/update_routines.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php index 0ddb11f8e..c53a319c1 100644 --- a/e107_admin/update_routines.php +++ b/e107_admin/update_routines.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $ -| $Revision: 1.15 $ -| $Date: 2008-01-06 21:16:16 $ +| $Revision: 1.16 $ +| $Date: 2008-01-06 22:31:33 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -189,8 +189,8 @@ function update_706_to_800($type='') $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last'); - // List of DB tables newly required (defined in core_sql.php) - $new_tables = array('admin_log','audit_log'); + // List of DB tables newly required (defined in core_sql.php) (The existing dblog table gets renamed) + $new_tables = array('admin_log','audit_log', 'dblog'); // List of changed DB tables (defined in core_sql.php)