convert_date($row['comment_datestamp'], "long"); $res['link'] = "comment.php?comment.news.".$row['comment_item_id']; $res['pre_title'] = $row['news_title'] ? defset('LAN_SEARCH_71').": " : ""; $res['title'] = $row['news_title'] ? $row['news_title'] : defset('LAN_SEARCH_9'); $res['summary'] = $row['comment_comment']; preg_match("/([0-9]+)\.(.*)/", $row['comment_author'], $user); $res['detail'] = defset('LAN_SEARCH_7')."".$user[2]."".defset('LAN_SEARCH_8').$datestamp; return $res; }