summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-10 13:15:37 +0300
committerAndrew Dolgov <[email protected]>2015-08-10 13:15:37 +0300
commit07877caf40c8c46fe6f962b9cb1f0089e58001cc (patch)
tree930758c57c3de3d30501c38a639cae10bf5eb2a1 /include
parent14ce0e25043dfa70d87985a1d4fa06c1d3d1c8b4 (diff)
Revert "update: reenable first ref_id/id transaction"
This reverts commit 14ce0e25043dfa70d87985a1d4fa06c1d3d1c8b4.
Diffstat (limited to 'include')
-rw-r--r--include/rssfuncs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 14e280f9f..6532fb270 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -796,7 +796,7 @@
$entry_content = db_escape_string($entry_content, false);
- db_query("BEGIN");
+ //db_query("BEGIN");
$result = db_query("SELECT id FROM ttrss_entries
WHERE (guid = '$entry_guid' OR guid = '$entry_guid_hashed')");
@@ -889,7 +889,7 @@
}
if (find_article_filter($article_filters, "filter")) {
- db_query("COMMIT"); // close transaction in progress
+ //db_query("COMMIT"); // close transaction in progress
continue;
}
@@ -1020,7 +1020,7 @@
}
}
- db_query("COMMIT");
+ //db_query("COMMIT");
_debug("assigning labels [other]...", $debug_enabled);