You are here

function bb2_db_escape in Bad Behavior 5.2

Same name and namespace in other branches
  1. 6.2 badbehavior.module \bb2_db_escape()
  2. 6 badbehavior.module \bb2_db_escape()
  3. 7.2 badbehavior.module \bb2_db_escape()

File

./badbehavior.module, line 182

Code

function bb2_db_escape($string) {
  return db_escape_string($string);
}