function badbehavior_db_errortrap in Bad Behavior 7.2
Same name and namespace in other branches
- 5.2 badbehavior.module \badbehavior_db_errortrap()
- 6.2 badbehavior.module \badbehavior_db_errortrap()
- 6 badbehavior.module \badbehavior_db_errortrap()
Someone doesn't like PHP's error handling?
Parameters
int $errno:
string $string:
1 string reference to 'badbehavior_db_errortrap'
- bb2_db_query in ./
badbehavior.module - Run a query and return the results, if any.
File
- ./
badbehavior.module, line 151 - Integrates Bad Behavior with Drupal
Code
function badbehavior_db_errortrap($errno, $string) {
}