[wp-cvs] wordpress wp-settings.php,1.52,1.53
Matthew Mullenweg
saxmatt at users.sourceforge.net
Sat Sep 4 22:04:21 UTC 2004
- Previous message: [wp-cvs] wordpress/wp-admin install.php, 1.39,
1.40 upgrade-functions.php, 1.69, 1.70
- Next message: [wp-cvs]
wordpress/wp-admin install.php, 1.40, 1.41 options-head.php,
1.11, 1.12 options.php, 1.28, 1.29 upgrade-functions.php, 1.70, 1.71
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31168
Modified Files:
wp-settings.php
Log Message:
Remove optiontypes table.
Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** wp-settings.php 4 Sep 2004 21:52:00 -0000 1.52
--- wp-settings.php 4 Sep 2004 22:04:19 -0000 1.53
***************
*** 26,30 ****
$wpdb->linkcategories = $table_prefix . 'linkcategories';
$wpdb->options = $table_prefix . 'options';
- $wpdb->optiontypes = $table_prefix . 'optiontypes';
$wpdb->optiongroups = $table_prefix . 'optiongroups';
$wpdb->optiongroup_options = $table_prefix . 'optiongroup_options';
--- 26,29 ----
***************
*** 41,45 ****
$tablelinkcategories = $wpdb->linkcategories;
$tableoptions = $wpdb->options;
- $tableoptiontypes = $wpdb->optiontypes;
$tableoptiongroups = $wpdb->optiongroups;
$tableoptiongroup_options = $wpdb->optiongroup_options;
--- 40,43 ----
- Previous message: [wp-cvs] wordpress/wp-admin install.php, 1.39,
1.40 upgrade-functions.php, 1.69, 1.70
- Next message: [wp-cvs]
wordpress/wp-admin install.php, 1.40, 1.41 options-head.php,
1.11, 1.12 options.php, 1.28, 1.29 upgrade-functions.php, 1.70, 1.71
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list