When adding a new feed, with an url that is already in your DB you get a sql error. It is not very important, but not nice either.
Example:
user error: Duplicate entry 'content-managementz.us' for key 2
query: INSERT INTO feed (fid, title, url, attributes, refresh) VALUES (29, 'content-managementz.us', 'http://map.designerz.com/rss/rss-feeds/content-management-open-source.xml', 'Open Source', 86400) in /home/site109/web/includes/database.mysql.inc on line 97.
Regards,
Bèr
Comments
Comment #1
moshe weitzman commentedComment #2
Bèr Kessels commentedmost probalby this was fixed by now, but surely it is not a " by design". If we start to design code in such a way that the sql is inserted without any check, for errors, we are doing a very bad design job :)
Should this be marked "fixed", rather.
Comment #3
moshe weitzman commentedthis bug is miscategorized. it shold be on aggregator.module. its painin the ass to recategorize, so i mark as by design.