mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 18:14:26 +02:00
Closes #1801 Code cleanup. Deprecated method errors added.
This commit is contained in:
@@ -2080,11 +2080,11 @@ class e_db_pdo implements e_db
|
||||
*/
|
||||
function escape($data, $strip = true)
|
||||
{
|
||||
|
||||
/*
|
||||
if ($strip)
|
||||
{
|
||||
$data = strip_if_magic($data);
|
||||
}
|
||||
}*/
|
||||
|
||||
$this->_getMySQLaccess();
|
||||
|
||||
|
Reference in New Issue
Block a user