1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-07 07:06:30 +02:00

Bugtracker #4610 - add index to content table

This commit is contained in:
e107steved
2009-12-28 22:40:38 +00:00
parent d6358a2a6a
commit cf5b58ee51
2 changed files with 32 additions and 9 deletions

View File

@@ -11,12 +11,24 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_admin/update_routines.php,v $
| $Revision: 1.74 $
| $Date: 2009-12-28 17:53:10 $
| $Revision: 1.75 $
| $Date: 2009-12-28 22:40:37 $
| $Author: e107steved $
+----------------------------------------------------------------------------+
*/
/**
* @package e107
* @subpackage admin
* @version $Id: update_routines.php,v 1.75 2009-12-28 22:40:37 e107steved Exp $;
*
* Update routines from older e107 versions to current.
*
* Also links to plugin update routines.
*
* 2-stage process - routines identify whether update is required, and then execute as instructed.
*/
// [debug=8] shows the operations on major table update
require_once('../class2.php');
@@ -275,7 +287,8 @@ function update_706_to_800($type='')
$pluginChangedTables = array('linkwords' => 'linkwords',
'featurebox' => 'featurebox',
'links_page' => 'links_page',
'poll' => 'polls'
'poll' => 'polls',
'content' => 'pcontent'
);
$setCorePrefs = array( //modified prefs during upgrade.