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

Reply via email to