You are here

function badbehavior_db_errortrap in Bad Behavior 6.2

Same name and namespace in other branches
  1. 5.2 badbehavior.module \badbehavior_db_errortrap()
  2. 6 badbehavior.module \badbehavior_db_errortrap()
  3. 7.2 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 154
Integrates Bad Behavior with Drupal

Code

function badbehavior_db_errortrap($errno, $string) {
}