1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +02:00

custompage work and some code cleanup

This commit is contained in:
CaMer0n
2009-11-19 12:36:22 +00:00
parent 8986a5d01e
commit c321774aa6
5 changed files with 123 additions and 59 deletions

View File

@@ -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.61 $
| $Date: 2009-11-19 10:07:29 $
| $Revision: 1.62 $
| $Date: 2009-11-19 12:35:33 $
| $Author: e107coders $
+----------------------------------------------------------------------------+
*/
@@ -263,7 +263,7 @@ function update_706_to_800($type='')
// List of changed DB tables (defined in core_sql.php)
// (primarily those which have changed significantly; for the odd field write some explicit code - it'll run faster)
$changed_tables = array('user', 'dblog','admin_log', 'userclass_classes', 'banlist', 'menus',
'plugin', 'news', 'news_category','online');
'plugin', 'news', 'news_category','online', 'page');
// List of changed DB tables from core plugins (defined in pluginname_sql.php file)