I've got a simple to answer question but i don't know where to post it. So i'll write here. Maybe someone helpfull will answer me..Thanks! ;)
I've got site on drupal 5.x. There is feedapi module that agregates feeds and converts it to blog entries. Every feed has the same configuration: doesn't update existing items on refresh. My question is: what i have to do to re refresh one manualy deleted item from whole feed items? Lets say there is a situation:
1. Cron checks for new feeds and finds new entry.
2. Feedapi parses it and adds a blog entry from that feed.
3. I manually delete this entry.
4. i want feedapi to refresh once more that deleted entry from a feed with disabled "update exsisting feeds" option.
5. I dont want to touch other items from that feed.
What is the trick to do that? What i have to change in my mysql database? I could check by the probes and mistakes method but i dont want to screw somthing up.
greetings
gawrion