From 1b1db7177f0f6d83748a4f42e956ce27328e6ef7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 31 Mar 2013 13:13:44 +0400 Subject: import plugin: actually commit the transaction --- plugins/googlereaderimport/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/googlereaderimport') diff --git a/plugins/googlereaderimport/init.php b/plugins/googlereaderimport/init.php index 808f241b6..da5e9adb1 100644 --- a/plugins/googlereaderimport/init.php +++ b/plugins/googlereaderimport/init.php @@ -315,7 +315,7 @@ class GoogleReaderImport extends Plugin { } } -// db_query($this->link, "COMMIT"); + db_query($this->link, "COMMIT"); return $rc; } -- cgit v1.2.3