update_rss_feed: properly close transaction when bailing out on filtered article (refs #210)

This commit is contained in:
Andrew Dolgov 2008-06-04 14:07:38 +01:00
parent 004523dda5
commit ee4a98124e
1 changed files with 1 additions and 0 deletions

View File

@ -1154,6 +1154,7 @@
}
if (find_article_filter($article_filters, "filter")) {
db_query($link, "COMMIT"); // close transaction in progress
continue;
}