X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fuimport.php;h=7ed5648d9e2d360de0cef3b85bb885ed9a903d66;hb=fd8df4c4d6688e5ffd6bc78e14062aa064102715;hp=ffa4f3ed72ca865d63a81c3fca47eff4a81de60e;hpb=c00772204100a44267c38f7a2533268b5dff1248;p=friendica.git diff --git a/mod/uimport.php b/mod/uimport.php index ffa4f3ed72..7ed5648d9e 100644 --- a/mod/uimport.php +++ b/mod/uimport.php @@ -29,7 +29,7 @@ function uimport_post(&$a) { } if (x($_FILES,'accountfile')){ - // TODO: pass $blocked / $verified, send email to admin on REGISTER_APPROVE + /// @TODO Pass $blocked / $verified, send email to admin on REGISTER_APPROVE import_account($a, $_FILES['accountfile']); return; }