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