toDate($row['comment_datestamp'], "long"); $res['link'] = "download.php?view." . $row['download_id']; $res['pre_title'] = !empty($row['download_name']) ? defset('LAN_SEARCH_70') . ": " : ""; $res['title'] = !empty($row['download_name']) ? $row['download_name'] : 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; }