Project

General

Profile

Feature #18617 » stdwrap-max-begin.patch

Administrator Admin, 2008-04-14 11:23

View differences:

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;
(1-1/2)