You are here

function botcha_recipebook_load in BOTCHA Spam Prevention 6.2

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

Load an object of recipe book.

File

./botcha.module, line 225

Code

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