Stud.IP
4.2 Revision
|
Variables | |
$hash = Seminar_Register_Auth::get_validation_hash($user->id) | |
$secret = Request::option('secret') | |
if($perm->have_perm('autor')) else if(empty($secret)) else if($secret !=$hash) else if($secret==$hash) | $template = $GLOBALS['template_factory']->open('email-validation') |
$template | message = $message |
$hash = Seminar_Register_Auth::get_validation_hash($user->id) |
$secret = Request::option('secret') |
if ( $perm->have_perm( 'autor')) else if (empty( $secret)) else if ( $secret !=$hash) else if ( $secret==$hash) $template = $GLOBALS['template_factory']->open('email-validation') |
$template message = $message |