X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fuimport.php;h=7ed5648d9e2d360de0cef3b85bb885ed9a903d66;hb=743f2e0391315d6945b5c53a4d08938ee85e6aed;hp=ffa4f3ed72ca865d63a81c3fca47eff4a81de60e;hpb=03ff349a942c803887b9f8a8c56c1ae8d9160cb6;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; }