From d3e8a43d4fa34c54040ed8cafc26b43f2e53db78 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 10 Jul 2006 08:05:15 +0000 Subject: - Patch #72343 by Chris Johnson: removed checks for the moderate-flag from the SQL queries. --- modules/blogapi/blogapi.module | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/blogapi/blogapi.module') diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index ab8b648c1..f4ebb618c 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -198,7 +198,6 @@ function blogapi_blogger_new_post($appkey, $blogid, $username, $password, $conte $edit['name'] = $user->name; $edit['promote'] = in_array('promote', $node_type_default); $edit['comment'] = variable_get('comment_'. $edit['type'], 2); - $edit['moderate'] = in_array('moderate', $node_type_default); $edit['revision'] = in_array('revision', $node_type_default); $edit['format'] = FILTER_FORMAT_DEFAULT; $edit['status'] = $publish; -- cgit v1.2.3