diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-07-10 08:05:15 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-07-10 08:05:15 +0000 |
commit | d3e8a43d4fa34c54040ed8cafc26b43f2e53db78 (patch) | |
tree | b3192373e37417a0de05656dd9e6c90659f8c42a /modules/blogapi/blogapi.module | |
parent | 6b2f4d681ad0c59fe6bf20f075a0187858269c2f (diff) | |
download | brdo-d3e8a43d4fa34c54040ed8cafc26b43f2e53db78.tar.gz brdo-d3e8a43d4fa34c54040ed8cafc26b43f2e53db78.tar.bz2 |
- Patch #72343 by Chris Johnson: removed checks for the moderate-flag from the SQL queries.
Diffstat (limited to 'modules/blogapi/blogapi.module')
-rw-r--r-- | modules/blogapi/blogapi.module | 1 |
1 files changed, 0 insertions, 1 deletions
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; |