function bb2_db_rows in Bad Behavior 5.2
Same name and namespace in other branches
- 6.2 badbehavior.module \bb2_db_rows()
- 6 badbehavior.module \bb2_db_rows()
- 7.2 badbehavior.module \bb2_db_rows()
File
- ./
badbehavior.module, line 207
Code
function bb2_db_rows($result) {
return $result;
}