Project

General

Profile

Bug #19822 » 10134.diff

Administrator Admin, 2009-01-18 18:03

View differences:

typo3/sysext/indexed_search/mod/index.php (working copy)
$grListRec = $this->getGrlistRecord($row["phash"]);
$recList[] = array(
$row["data_page_id"].($row["data_page_type"]?"/".$row["data_page_type"]:""),
t3lib_div::fixed_lgd_cs($row["item_title"],30),
htmlentities(t3lib_div::fixed_lgd_cs($row["item_title"],30)),
t3lib_div::formatSize($row["item_size"]),
$this->getNumberOfWords($row["phash"]),
t3lib_BEfunc::datetime($row["item_mtime"]),
......
$cHash = count(unserialize($row["cHashParams"])) ? $this->formatCHash(unserialize($row["cHashParams"])) : "";
$grListRec = $this->getGrlistRecord($row["phash"]);
$recList[]=array(
t3lib_div::fixed_lgd_cs($row["item_title"],30),
htmlentities(t3lib_div::fixed_lgd_cs($row["item_title"],30)),
t3lib_div::formatSize($row["item_size"]),
$this->getNumberOfWords($row["phash"]),
t3lib_BEfunc::datetime($row["item_mtime"]),
......
$row["pcount"],
$cHash,
$row["phash"],
t3lib_div::fixed_lgd_cs($row["data_filename"],100)
htmlentities(t3lib_div::fixed_lgd_cs($row["data_filename"],100))
);
if ($row["pcount"]>1) {
(2-2/2)