user_register_validate

Definition

user_register_validate($form_id, $form_values)
modules/user.module, line 1228

Code

<?php
function user_register_validate($form_id, $form_values) {
  user_module_invoke('validate', $form_values, $form_values, 'account');
}
?>
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.