added return value to doxygen header
This commit is contained in:
parent
f4c52f5a0e
commit
32c0a9ef43
1 changed files with 1 additions and 0 deletions
|
@ -384,6 +384,7 @@ function create_user($arr) {
|
||||||
* @param string $email
|
* @param string $email
|
||||||
* @param string $sitename
|
* @param string $sitename
|
||||||
* @param string $username
|
* @param string $username
|
||||||
|
* @return NULL|boolean
|
||||||
*/
|
*/
|
||||||
function send_register_pending_eml($email, $sitename, $username) {
|
function send_register_pending_eml($email, $sitename, $username) {
|
||||||
$body = deindent(t('
|
$body = deindent(t('
|
||||||
|
|
Loading…
Reference in a new issue