Page Chapter 9. Working with Blocks, Page 144
Sun, 05/04/2008 - 8:35am — TUc
Location on the page:
bottom of the page, under "Displaying a Block to Logged-In Users Only"
Error:
Only return TRUE when $user->id is not 0.
Correction:
Only return TRUE when $user->uid is not 0.
Description of the Error:
typo in the uid-property of the $user object.
