c35dd27f01
Main purpose is to prevent orphaned groups. It's not possible to use the ON DELETE CASCADE trigger here, to remove the group together with the last feed that is assigned to this group. The ON DELETE CASCADE trigger will raise an foreign key violation error in cases where the removed feed is not the last feed associated to a group. The purge_groups() call has been moved to the remove group functions, since it's the only way to create an orphaned group. |
||
---|---|---|
.. | ||
.htaccess | ||
auto_update.php | ||
config.php | ||
database.php | ||
feed.php | ||
group.php | ||
item.php | ||
proxy.php | ||
remember_me.php | ||
schema.php | ||
service.php | ||
user.php |