I found these code in the FronEndUsers.module.php.
Code: Select all
// and display a nice warm fuzzy message
// todo
$this->myRedirect( $id, 'default', $returnid );
break;
Code: Select all
// and display a nice warm fuzzy message
// todo
$this->myRedirect( $id, 'default', $returnid );
break;
Code: Select all
$this->myRedirect( $id, 'default', $returnid );
Code: Select all
$this->RedirectContent( $returnid );