convert_date($row['comment_datestamp'], "long"); $res['link'] = e_PLUGIN."poll/oldpolls.php?".$row['poll_id']; $res['pre_title'] = 'Posted in reply to poll: '; $res['title'] = $row['poll_title']; $res['summary'] = $row['comment_comment']; $res['detail'] = LAN_SEARCH_7.$nick.LAN_SEARCH_8.$datestamp; return $res; } ?>