? 0-views-file_managed_extras.patch ? 563020_views_object_cache_0.patch ? 667950-javascript-states-revert_1.patch ? 667950-javascript-states-revert_1_0.patch ? 667950-javascript-states-revert_1_0_2_0.patch ? 694094-drupal_static.patch ? 741234_views_empty_arg_check_null.patch ? 863478-distinct-support-broken.patch ? 870792-validation.patch ? 870792_1.patch ? 881060.patch ? 884730.patch ? 894618-filter_date-between.patch ? 895046-field_multiple.patch ? 930582-fix.patch ? 931552-fix.patch ? 931886.patch ? 931886_0.patch ? 949526-external-db.patch ? 952636-filter.7.patch ? 960528-tablesort.patch ? 960596-quote.patch ? 963454.patch ? 971326-join_deleted.patch ? 972934-try.patch ? 974542-notice-pre_render.patch ? 975400-refactor-field_render.patch ? 975400-refactor-field_render.ptach ? 976098-field-drupal_render-notice.patch ? FALSE, ? b ? d7_views_taxonomy_handlers.patch ? filter_format_4.patch ? foo.patch ? notices.patch ? revert.patch ? sites ? views-field-comment-node-link-call-time-pass-by-reference.patch ? views-filter_numeric_test_0.patch ? views-or.patch ? views-term_fields_contain_tid_only.patch ? views-term_fields_contain_tid_only.patch.1 ? views-test-user_argument_default.patch ? views.aggregator_feed_item_id.patch ? views_aggregator_fid_filter.patch ? views_formatter_settings-884730- ? views_formatter_settings-884730-43.patch ? views_formatter_settings-884730-61.patch ? views_formatter_settings-884730-63.patch ? views_formatter_settings.patch ? tests/taxonomy Index: modules/comment/views_handler_argument_comment_user_uid.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/comment/views_handler_argument_comment_user_uid.inc,v retrieving revision 1.2.4.2 diff -u -p -r1.2.4.2 views_handler_argument_comment_user_uid.inc --- modules/comment/views_handler_argument_comment_user_uid.inc 28 Jan 2010 00:00:56 -0000 1.2.4.2 +++ modules/comment/views_handler_argument_comment_user_uid.inc 27 Nov 2010 07:31:09 -0000 @@ -44,7 +44,7 @@ class views_handler_argument_comment_use $subselect = $subselect->countQuery(); $condition = db_or() - ->condition("$this->table_alias.uid", $this->argument, $this->operator) + ->condition("$this->table_alias.uid", $this->argument, '=') ->condition(0, $subselect, '<'); $this->query->add_where(0, $condition);