function bb2_db_escape in Bad Behavior 5.2
Same name and namespace in other branches
- 6.2 badbehavior.module \bb2_db_escape()
- 6 badbehavior.module \bb2_db_escape()
- 7.2 badbehavior.module \bb2_db_escape()
File
- ./
badbehavior.module, line 182
Code
function bb2_db_escape($string) {
return db_escape_string($string);
}