function rate_views_widget_compact_disabled in Rate 7
Same name and namespace in other branches
- 6.2 rate.module \rate_views_widget_compact_disabled()
File
- ./
rate.module, line 1071 - Rate module
Code
function rate_views_widget_compact_disabled($value, $field, $columns) {
return rate_views_widget($value, $field, $columns, RATE_COMPACT_DISABLED);
}