[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


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 ----




More information about the cvs mailing list