reciprocal verification on notify, poll
This commit is contained in:
parent
b294ff6302
commit
40a06771ff
5 changed files with 41 additions and 6 deletions
|
|
@ -6,7 +6,7 @@ function regmod_content(&$a) {
|
|||
|
||||
if(! local_user()) {
|
||||
notice( t('Please login.') . EOL);
|
||||
$o = login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
$o .= '<br /><br />' . login(($a->config['register_policy'] == REGISTER_CLOSED) ? 0 : 1);
|
||||
return $o;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue