Feature #14582 » class.t3lib_db.php.diff
class.t3lib_db.php Mon Apr 25 17:51:17 2005 | ||
---|---|---|
)';
|
||
// Return query:
|
||
if ($this->debugOutput) $this->debug_lastBuiltQuery = $query;
|
||
$this->debug_lastBuiltQuery = $query;
|
||
return $query;
|
||
}
|
||
}
|
||
... | ... | |
'.$where : '');
|
||
// Return query:
|
||
if ($this->debugOutput) $this->debug_lastBuiltQuery = $query;
|
||
$this->debug_lastBuiltQuery = $query;
|
||
return $query;
|
||
}
|
||
} else {
|
||
... | ... | |
WHERE
|
||
'.$where : '');
|
||
if ($this->debugOutput) $this->debug_lastBuiltQuery = $query;
|
||
$this->debug_lastBuiltQuery = $query;
|
||
return $query;
|
||
} else {
|
||
die('<strong>TYPO3 Fatal Error:</strong> "Where" clause argument for DELETE query was not a string in $this->DELETEquery() !');
|
||
... | ... | |
}
|
||
// Return query:
|
||
if ($this->debugOutput) $this->debug_lastBuiltQuery = $query;
|
||
$this->debug_lastBuiltQuery = $query;
|
||
return $query;
|
||
}
|
||