You are here

function botcha_recipebook_load in BOTCHA Spam Prevention 7.2

Same name and namespace in other branches
  1. 6.2 botcha.module \botcha_recipebook_load()
  2. 6.3 botcha.module \botcha_recipebook_load()
  3. 7.3 botcha.module \botcha_recipebook_load()

Load an object of recipe book.

File

./botcha.module, line 223

Code

function botcha_recipebook_load($rbid) {
  return Botcha::getRecipebook($rbid, FALSE);
}