hi,
just wanted to bring to your notice a bug i came across,
function SaveAutoTags()
$r = $wpdb->update(
'posts',
array( 'post_content' => $newcontent ),
array( 'id' => $object->ID )
);
Table posts doesnt exists, i believe it should be {$wpdb->posts}
just a heads up :)
M.