You are here

function bb2_db_rows in Bad Behavior 6

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

File

./badbehavior.module, line 152

Code

function bb2_db_rows($result) {
  return $result;
}