--- view_unpublished.module	2012-04-23 12:36:01.000000000 -0400
+++ view_unpublished.patch.module	2012-04-23 12:39:58.000000000 -0400
@@ -76,7 +76,6 @@ function view_unpublished_node_grants($a
     foreach(view_unpublished_get_configured_types() as $type) {
       if (user_access("view any unpublished $type content", $account)) {
         $grants['view_unpublished_' . $type . '_content'] = array(1);
-        return $grants;
       }
     }
   }
