diff --git a/query.class.php b/query.class.php index 0f0a396..738e5bf 100644 --- a/query.class.php +++ b/query.class.php @@ -408,7 +408,7 @@ class PDOSQLiteDriver { return; } // data check - if (preg_match('/^\((.*)\)\\s*VALUES\\s*\((.*)\)$/im', $insert_data, $match_1)) { + if (preg_match('/^\((.*)\)\\s*VALUES\\s*\((.*)\)$/ims', $insert_data, $match_1)) { $col_array = explode(',', $match_1[1]); $ins_data_array = explode(',', $match_1[2]); foreach ($col_array as $col) { diff --git a/utilities/plugin_lists.json b/utilities/plugin_lists.json index 5055e89..0c23395 100644 --- a/utilities/plugin_lists.json +++ b/utilities/plugin_lists.json @@ -111,6 +111,12 @@ "class":"compatible" }, + { + "name":"FeedWordPress", + "compat":"Checked" + "class":"compatible" + }, + { "name":"Google Analyticator", "compat":"Checked",