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; }