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.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | feeds_delete_message.patch | 736 bytes | Anonymous (not verified) |
| #2 | feeds_delete_message.patch | 808 bytes | Anonymous (not verified) |
| feeds_delete_message.patch | 784 bytes | Anonymous (not verified) |
Comments
Comment #1
alex_b commentedPlease roll from feeds/ directory.
Comment #2
Anonymous (not verified) commentedYes, of course here it is.
Comment #3
Anonymous (not verified) commentedFor some reason the above patch does not work here is an updated patch.
Comment #4
alex_b commentedThis is committed, thank you: http://drupal.org/cvs?commit=418116