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