You are here

function rate_views_widget_compact_disabled in Rate 6.2

Same name and namespace in other branches
  1. 7 rate.module \rate_views_widget_compact_disabled()

File

./rate.module, line 872
Rate module

Code

function rate_views_widget_compact_disabled($value, $field, $columns) {
  return rate_views_widget($value, $field, $columns, RATE_COMPACT_DISABLED);
}