--- ezmlm.admin.inc 2007-12-29 15:59:07.000000000 +0000 +++ ezmlm/ezmlm.admin.inc 2008-04-06 00:36:02.000000000 +0100 @@ -74,6 +74,8 @@ '#maxlength' => 20, '#required' => FALSE, ); + $form['#validate'][] = 'ezmlm_admin_settings_validate'; + $form['#submit'][] = 'ezmlm_admin_settings_submit'; return system_settings_form($form); }