From 25af8dadb48a99fa4105696da231f377e2b8b38a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 25 Nov 2005 17:01:52 +0100 Subject: remove transaction lock in update_all_feeds --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 817e6d71c..ba7b9e794 100644 --- a/functions.php +++ b/functions.php @@ -101,7 +101,7 @@ return; } - db_query($link, "BEGIN"); +// db_query($link, "BEGIN"); $result = db_query($link, "SELECT feed_url,id, substring(last_updated,1,19) as last_updated, @@ -121,7 +121,7 @@ } } - db_query($link, "COMMIT"); +// db_query($link, "COMMIT"); } -- cgit v1.2.3