You are here

function bb2_db_affected_rows in Bad Behavior 5.2

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

File

./badbehavior.module, line 177

Code

function bb2_db_affected_rows() {
  return db_affected_rows();
}