mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing redundant value() function (ticket #1066)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3183 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
7e53b3909d
commit
4ead20e052
1 changed files with 0 additions and 12 deletions
|
@ -224,18 +224,6 @@ class DboAdodb extends DboSource{
|
|||
return $fields;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a quoted and escaped string of $data for use in an SQL statement.
|
||||
*
|
||||
* @param string $data String to be prepared for use in an SQL statement
|
||||
* @return string Quoted and escaped
|
||||
*
|
||||
* @todo To be implemented.
|
||||
*/
|
||||
function value($data) {
|
||||
return $this->_adodb->Quote($data);
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a formatted error message from previous database operation.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue