Project

General

Profile

Feature #17881 » 0006882.patch

Administrator Admin, 2007-12-03 18:54

View differences:

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