Project

General

Profile

Bug #14469 ยป 0000642-typo3-3.7.0-indexed_search.patch

Administrator Admin, 2004-12-24 10:56

View differences:

class.tx_indexedsearch.php 2004-12-24 10:51:50.000000000 +0100
$dat = unserialize($row["cHashParams"]);
$pp=explode("-",$dat["key"]);
if ($pp[0]!=$pp[1]) {
$add=", pages ".$dat["key"];
} else $add=", page ".$pp[0];
$add=", ".$this->pi_getLL("word_pages")." ".$dat["key"];
} else $add=", ".$this->pi_getLL("word_page")." ".$pp[0];
}
return htmlspecialchars(t3lib_div::fixed_lgd($row["item_title"],50)).$add;
}
    (1-1/1)