From ee4a98124e65d76c12bc09b4ad73be512d7baf29 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 4 Jun 2008 14:07:38 +0100 Subject: [PATCH] update_rss_feed: properly close transaction when bailing out on filtered article (refs #210) --- functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.php b/functions.php index d255161d..2f2e33df 100644 --- a/functions.php +++ b/functions.php @@ -1154,6 +1154,7 @@ } if (find_article_filter($article_filters, "filter")) { + db_query($link, "COMMIT"); // close transaction in progress continue; } -- 2.39.5