Feature #17881 » 0006882.patch
typo3/sysext/cms/tslib/class.tslib_content.php (Arbeitskopie) | ||
---|---|---|
if (!$pid_uid_flag) { // If not uid and not pid then uid is set to 0 - which results in nothing!!
|
||
$query.=' AND '.$table.'.uid=0';
|
||
}
|
||
if ($where = trim($conf['where'])) {
|
||
$where = trim($this->stdWrap($conf['where'], $conf['where.']));
|
||
if ($where) {
|
||
$query.=' AND '.$where;
|
||
}
|
||