Getting this error when I try to view a thread: Parse error: syntax error, unexpected T_FUNCTION in /home/forum/public_html/hooks/contentRatingsPost_e5cf98fbd73a08ec82d714032b259e78.php on line 133
Line 133: uasort($data['rating_totals'], function($a, $b) { if(count($b)==count($a)){return 0;} return (count($b) < count($a)) ? -1 : 1; });