summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 17:01:52 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 17:01:52 +0100
commit25af8dadb48a99fa4105696da231f377e2b8b38a (patch)
tree2e15399ce712f11b11be35579732db1c0cdb39f3 /functions.php
parent3055bc41043257ac9006b404d20f76049376e196 (diff)
remove transaction lock in update_all_feeds
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
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");
}