I don't believe the deleted items message is accurate the function uses db_affected_rows() to determine the number of items deleted. The problem with this is it counts deleted taxonomy items as well. I've attached a quick fix that basically just states that all of the feeds items have been deleted, it's better than an inaccurate count.

CommentFileSizeAuthor
#3 feeds_delete_message.patch736 bytesAnonymous (not verified)
#2 feeds_delete_message.patch808 bytesAnonymous (not verified)
feeds_delete_message.patch784 bytesAnonymous (not verified)

Comments

alex_b’s picture

Status: Needs review » Needs work

Please roll from feeds/ directory.

Anonymous’s picture

Status: Needs work » Needs review
StatusFileSize
new808 bytes

Yes, of course here it is.

Anonymous’s picture

StatusFileSize
new736 bytes

For some reason the above patch does not work here is an updated patch.

alex_b’s picture

Title: Deleted Items Message » Avoid misleading deleted items message
Status: Needs review » Fixed

This is committed, thank you: http://drupal.org/cvs?commit=418116

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.