Bug #17746 ยป 6636_4.1.3.patch
class.tslib_content.php 2007-11-02 14:21:56.000000000 +0100 | ||
---|---|---|
var $substMarkerCache=array(); // Caching substituteMarkerArrayCached function
|
||
var $recordRegister=array(); // Array that registers rendered content elements (or any table) to make sure they are not rendered recursively!
|
||
var $cObjHookObjectsArr = array(); // Containig hooks for userdefined cObjects
|
||
var $slidesCollected = 0;
|
||
/**
|
||
* Class constructor.
|
||
... | ... | |
if ($slideCollect>0) {
|
||
$slideCollect--;
|
||
}
|
||
if ($slideCollect!=0) {
|
||
$this->slidesCollected++;
|
||
}
|
||
if ($slide) {
|
||
if ($slide>0) {
|
||
$slide--;
|
||
... | ... | |
$conf['select.']['pidInList'] = $this->getSlidePids($conf['select.']['pidInList'], $conf['select.']['pidInList.']);
|
||
$again = strlen($conf['select.']['pidInList'])?true:false;
|
||
}
|
||
} while ($again&&(($slide&&!strlen($tmpValue)&&$slideCollectFuzzy)||($slide&&$slideCollect)));
|
||
} while ($again&&(($slide&&!strlen($tmpValue)&&$slideCollectFuzzy)||($slide&&$slideCollect))&&$this->slidesCollected<100);
|
||
}
|
||
$theValue = $this->wrap($theValue,$conf['wrap']);
|