]> git.wh0rd.org Git - tt-rss.git/commitdiff
import plugin: actually commit the transaction
authorAndrew Dolgov <fox@fakecake.org>
Sun, 31 Mar 2013 09:13:44 +0000 (13:13 +0400)
committerAndrew Dolgov <fox@fakecake.org>
Sun, 31 Mar 2013 09:13:44 +0000 (13:13 +0400)
plugins/googlereaderimport/init.php

index 808f241b6203252936a87aaccc2aea52b717779f..da5e9adb1e358309977a384728a7473dfbed0038 100644 (file)
@@ -315,7 +315,7 @@ class GoogleReaderImport extends Plugin {
                        }
                }
 
-//             db_query($this->link, "COMMIT");
+               db_query($this->link, "COMMIT");
 
                return $rc;
        }