Form validation functions must not return a value; the only thing they do is to call form_set_error() for every error they find.
This is not what smileys_admin_form_validate(), which also calls form_get_errors() with no evident purpose (as smileys_admin_form_validate() is not supposed to return a value).
Comments
Comment #1
Gurpartap Singh commentedFixed in CVS. Thanks!