Feature #18617 » stdwrap-max-begin.patch
typo3/sysext/cms/tslib/class.tslib_content.php (working copy) | ||
---|---|---|
// Fields:
|
||
$queryParts['SELECT'] = $conf['selectFields'] ? $conf['selectFields'] : '*';
|
||
// StdWrap
|
||
$conf['begin'] = $this->stdWrap($conf['begin'],$conf['begin.']);
|
||
$conf['max'] = $this->stdWrap($conf['max'],$conf['max.']);
|
||
// Setting LIMIT:
|
||
if ($conf['max'] || $conf['begin']) {
|
||
$error=0;
|