user_register_access

Versions
6 – 7
user_register_access()

Code

modules/user/user.module, line 1347

<?php
function user_register_access() {
  return user_is_anonymous() && variable_get('user_register', 1);
}
?>
Login or register to post comments
 
 

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.