DESC); $ps = $sch -> parsesearch('event', $return_fields, $search_fields, $weights, 'search_events', $no_results, $where, $order); $text .= $ps['text']; $results = $ps['results']; function search_events($row) { global $con; $res['link'] = e_PLUGIN."calendar_menu/event.php?".time().".event.".$row['event_id']; $res['title'] = $row['event_title']; $res['summary'] = $row['event_details']; $res['detail'] = $row['event_location']." | ".$con -> convert_date($row['event_start'], "long"); return $res; } ?>