You are here

function botcha_recipebook_exists in BOTCHA Spam Prevention 7.2

1 string reference to 'botcha_recipebook_exists'
botcha_recipebook_form in ./botcha.admin.inc
Edit existent or add a new recipe book.

File

./botcha.admin.inc, line 244
Implementation of botcha administration forms.

Code

function botcha_recipebook_exists($value) {
  return !Botcha::getRecipebook($value, FALSE) instanceof BotchaRecipebookNone;
}