From feb5b258088e5e6db8070ecc4270326f5147fb04 Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 21 Sep 2009 19:52:38 +0000 Subject: [PATCH] Fix typo in table for update --- e107_admin/update_routines.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php index 1ac74baf0..d7797e273 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.53 $ -| $Date: 2009-09-19 19:05:16 $ +| $Revision: 1.54 $ +| $Date: 2009-09-21 19:52:38 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -269,7 +269,7 @@ function update_706_to_800($type='') $pluginChangedTables = array('linkwords' => 'linkwords', 'featurebox' => 'featurebox', 'links_page' => 'links_page', - 'poll' => 'poll' + 'poll' => 'polls' );