You are here

function bb2_write_settings in Bad Behavior 6.2

Same name and namespace in other branches
  1. 5.2 badbehavior.module \bb2_write_settings()
  2. 6 badbehavior.module \bb2_write_settings()

File

./badbehavior.module, line 193
Integrates Bad Behavior with Drupal

Code

function bb2_write_settings($settings) {
  return;
}