Ticket #487 (closed defect: fixed)

Opened 9 months ago

Last modified 8 months ago

Old code that should be removed

Reported by: drmiketemp Assigned to: somebody
Priority: normal Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: normal Keywords:
Cc:

Description

Since it's no longer needed as far as I can tell and because it's causing errors, the following lines probably should be removed from trunk/wp-includes/wpmu-functions.php

$wpdb->query( "UPDATE $wpdb->categories SET cat_ID = '$global_id' WHERE cat_ID = '$term_id'" ); $wpdb->query( "UPDATE $wpdb->categories SET category_parent = '$global_id' WHERE category_parent = '$term_id'" );

Line 1826 and 1827 of the [1142] changeset

Change History

11/21/07 15:36:11 changed by drmiketemp

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1158]