// Merge -> revision 8800
This commit is contained in:
@@ -57,6 +57,11 @@ function pSQL($string, $htmlOK = false)
|
||||
return Db::getInstance()->escape($string, $htmlOK);
|
||||
}
|
||||
|
||||
function bqSQL($string)
|
||||
{
|
||||
return str_replace('`', '\`', pSQL($string));
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user