You are here

function rate_views_widget_disabled in Rate 7

Same name and namespace in other branches
  1. 6.2 rate.module \rate_views_widget_disabled()

File

./rate.module, line 1063
Rate module

Code

function rate_views_widget_disabled($value, $field, $columns) {
  return rate_views_widget($value, $field, $columns, RATE_DISABLED);
}