I've managed to reproduce this a couple of times... if editing an existing post and adding it to a category, it adds it twice. When looking at your post it'll list the category twice... if viewing by category it will show the post twice. Looking at the wp_post2cat table verifies the row is put in twice.
Thanks guys, and keep up the good work - 1.0 is superb!
Daniel
Hi Daniel,
I've looked at this issue and I cannot reproduce the problem.
There is code to specifically check whether the post already has the selected categories, (wp-admin/posts.php line 140 in the curent CVS version) and only inserts a new row for new categories.
Are you still having problems with this?
If so can you please give exact steps to reproduce it.
Thanks,
Mike