Project

General

Profile

Bug #15046 ยป class.t3lib_matchcondition.php.patch

Administrator Admin, 2005-10-13 09:45

View differences:

t3lib/class.t3lib_matchcondition.php 13 Oct 2005 07:32:17 -0000
* @link http://typo3.org/doc.0.html?&tx_extrepmgm_pi1[extUid]=270&tx_extrepmgm_pi1[tocEl]=292&cHash=c6c7d43d2f
*/
function match($string) {
if ( !is_array( $this->altRootLine ) ) {
$this->altRootLine = array();
}
if ($this->matchAll) return true;
if (count($this->matchAlternative)) {
    (1-1/1)