[development] core user_login customization -- getting breakout theming AND custom validator working at the same time?
Ben DJ
bendj095124367913213465 at gmail.com
Thu May 20 02:45:02 UTC 2010
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
More information about the development
mailing list