function bb2_db_rows in Bad Behavior 6.2
Same name and namespace in other branches
- 5.2 badbehavior.module \bb2_db_rows()
- 6 badbehavior.module \bb2_db_rows()
- 7.2 badbehavior.module \bb2_db_rows()
Return all rows in a particular query.
Return value
object
File
- ./
badbehavior.module, line 179 - Integrates Bad Behavior with Drupal
Code
function bb2_db_rows($result) {
return $result;
}