1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Spelling!

This commit is contained in:
e107steved
2007-12-30 18:20:54 +00:00
parent e8fffbef18
commit 70ce209d84

View File

@@ -11,8 +11,8 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $ | $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
| $Revision: 1.13 $ | $Revision: 1.14 $
| $Date: 2007-12-30 18:19:08 $ | $Date: 2007-12-30 18:20:54 $
| $Author: e107steved $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -183,7 +183,7 @@ function update_706_to_800($type='')
global $sql,$ns, $pref; global $sql,$ns, $pref;
// List of unwanted $pref values which can go // 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) // List of DB tables not required (includes a few from 0.6xx)
$obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last'); $obs_tables = array('flood', 'headlines', 'stat_info', 'stat_counter', 'stat_last');