So you've confirmed that your validation function is not firing at all?

</ryan>


On Wed, May 19, 2010 at 9:45 PM, Ben DJ <bendj095124367913213465@gmail.com> wrote:
Ryan,

>                switch ($form_id) {
>                        case 'user_login':
>                        case 'user_login_block':
>                                // If the user login form is being submitted,

just a different approach to form_id match than the book.

since those two share a _single_ break statement, the effect is "in
either case" ...
i.e., OR.

Ben