You are here

function fivestar_views_widget_normal_handler in Fivestar 5

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

File

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

Code

function fivestar_views_widget_normal_handler($op, $filter, $value, &$query) {
  return fivestar_views_widget_handler($op, $filter, $value, $query, TRUE);
}