Project

General

Profile

Feature #14582 » class.t3lib_db.php.diff

Administrator Admin, 2005-04-25 18:16

View differences:

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