diff --git a/e107_admin/update_routines.php b/e107_admin/update_routines.php index ce4cd37f2..06860b89b 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.13 $ -| $Date: 2007-12-30 18:19:08 $ +| $Revision: 1.14 $ +| $Date: 2007-12-30 18:20:54 $ | $Author: e107steved $ +----------------------------------------------------------------------------+ */ @@ -183,7 +183,7 @@ function update_706_to_800($type='') global $sql,$ns, $pref; // List of unwanted $pref values which can go - $obs_prefs = array('frontpage_type','rss_feeds', 'log_lvcount', 'zone', 'upload_allowed_filetype', 'real'); + $obs_prefs = array('frontpage_type','rss_feeds', 'log_lvcount', 'zone', 'upload_allowedfiletype', 'real'); // List of DB tables not required (includes a few from 0.6xx) $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last');