http://drupaldocs.org/api/head/function/hook_block

  else if ($op == 'configure' && $delta == 0) { 

that section should probably end with a return $form;

Comments

drewish’s picture

Status: Active » Fixed

You're right, it doesn't do much good if you don't return it.

I've fixed it in CVS. It'll end up on the website before too long.

Anonymous’s picture

Status: Fixed » Closed (fixed)