Index: views_user.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/Attic/views_user.inc,v retrieving revision 1.14.2.7 diff -u -p -r1.14.2.7 views_user.inc --- views_user.inc 3 Mar 2007 22:31:27 -0000 1.14.2.7 +++ views_user.inc 3 Jul 2008 01:19:15 -0000 @@ -49,6 +49,13 @@ function user_views_tables() { 'value-type' => 'array', 'help' => t('This allows you to filter by a particular user. You might not find this useful if you have a lot of users.'), ), + 'status' => array( + 'name' => t('Node: Author is Active'), + 'operator' => 'views_handler_operator_eqneq', + 'list' => 'views_handler_operator_yesno', + 'list-type' => 'select', + 'help' => t('This allows you to filter by whether or not the node author is active.'), + ), ) );