Changeset 122
- Timestamp:
- 08/27/08 19:36:39 (4 months ago)
- Files:
-
- trunk/includes/class.wp-users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/includes/class.wp-users.php
r110 r122 280 280 281 281 $r = $this->db->query( $this->db->prepare( "DELETE FROM {$this->db->users} WHERE ID = %d", $user->ID ) ); 282 $this->db->query( $this->db->prepare( "DELETE FROM {$this->db->user s} WHERE user_id = %d", $user->ID ) );282 $this->db->query( $this->db->prepare( "DELETE FROM {$this->db->usermeta} WHERE user_id = %d", $user->ID ) ); 283 283 284 284 wp_cache_delete( $user->ID, 'users' );
