When building a form in Drupal 5.x, you may just run into the following error:
What happened, is that you probably sent modulename_form() to the drupal_get_form function. The problem is that drupal_get_form is expecting the name of the form function, rather than calling the function.
I was banging my head against the wall trying to implement the following:
