Bug #19822 » 10134_4-0.diff
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($row["item_title"],30),
|
||
htmlspecialchars(t3lib_div::fixed_lgd($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($row["item_title"],30),
|
||
htmlspecialchars(t3lib_div::fixed_lgd($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($row["data_filename"],100)
|
||
htmlspecialchars(t3lib_div::fixed_lgd($row["data_filename"],100))
|
||
);
|
||
if ($row["pcount"]>1) {
|