You are here

function fivestar_views_widget_compact_handler in Fivestar 5

Same name and namespace in other branches
  1. 6.2 fivestar.module \fivestar_views_widget_compact_handler()
  2. 6 fivestar.module \fivestar_views_widget_compact_handler()

File

./fivestar.module, line 1606
A simple n-star voting widget, usable in other forms.

Code

function fivestar_views_widget_compact_handler($op, $filter, $value, &$query) {
  return fivestar_views_widget_handler($op, $filter, $value, $query, FALSE);
}