http://drupaldocs.org/api/head/function/hook_block
else if ($op == 'configure' && $delta == 0) {
that section should probably end with a return $form;
http://drupaldocs.org/api/head/function/hook_block
else if ($op == 'configure' && $delta == 0) {
that section should probably end with a return $form;
Comments
Comment #1
drewish commentedYou'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.
Comment #2
(not verified) commented