Index: forward.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/forward/forward.module,v --- forward.module 29 Apr 2008 18:22:37 -0000 1.30.2.47 +++ forward.module 27 May 2008 17:06:49 -0000 @@ -805,13 +805,13 @@ 'forward_count' => array( 'name' => t('Forward: Forward Count'), 'operator' => 'views_handler_operator_gtlt', - 'option' => 'integer', + 'value' => 'integer', 'help' => t('This filter allows you to filter by the amount of forwards.'), ), 'clickthrough_count' => array( 'name' => t('Forward: Clickthrough Count'), 'operator' => 'views_handler_operator_gtlt', - 'option' => 'integer', + 'value' => 'integer', 'help' => t('This filter allows you to filter by the amount of clickthroughs.'), ), 'last_forward_timestamp' => array(