function bb2_install in Bad Behavior 5.2
Same name and namespace in other branches
- 6.2 badbehavior.module \bb2_install()
- 6 badbehavior.module \bb2_install()
- 7.2 badbehavior.module \bb2_install()
1 call to bb2_install()
File
- ./
badbehavior.module, line 230
Code
function bb2_install() {
if (variable_get('badbehavior_db_installed', 0) != BB2_VERSION) {
bb2_db_query(bb2_table_structure(db_prefix_tables('{bad_behavior_log}')));
variable_set('badbehavior_db_installed', BB2_VERSION);
}
}