diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-05-05 16:51:47 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-05-05 16:51:47 +0000 |
| commit | 8a05ce4df6acba06bdacdf4f5b35696c24a1f378 (patch) | |
| tree | 704e683c93546d84a97d7df2a72d2a970a51e5f4 /admin | |
| parent | 34ad29c7987737826e55302e1f5f0de825fa7c7a (diff) | |
| download | pigeonholes-8a05ce4df6acba06bdacdf4f5b35696c24a1f378.tar.gz pigeonholes-8a05ce4df6acba06bdacdf4f5b35696c24a1f378.tar.bz2 pigeonholes-8a05ce4df6acba06bdacdf4f5b35696c24a1f378.zip | |
rename liberty_content_prefs.name to liberty_content_prefs.pref_name to keep everything conform
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/upgrade_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/upgrade_inc.php b/admin/upgrade_inc.php index 93f4d2f..a901893 100644 --- a/admin/upgrade_inc.php +++ b/admin/upgrade_inc.php @@ -12,7 +12,7 @@ array( 'PHP' => ' $pigeonhole_settings = $gBitSystem->mDb->getAssoc( "SELECT `content_id`, `name`, `value` FROM `".BIT_DB_PREFIX."bit_pigeonhole_settings`" ); if( !empty( $pigeonhole_settings ) ) { foreach( $pigeonhole_settings as $store ) { - $query = "INSERT INTO `".BIT_DB_PREFIX."liberty_content_prefs` (`content_id`,`name`,`value`) VALUES(?, ?, ?)"; + $query = "INSERT INTO `".BIT_DB_PREFIX."liberty_content_prefs` (`content_id`,`pref_name`,`value`) VALUES(?, ?, ?)"; $result = $this->mDb->query( $query, $store ); } } |
