moveme: remove debug comment
This commit is contained in:
parent
5b4944fe8e
commit
cef5afc53d
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ function import_account(&$a, $file) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// send relocate messages
|
// send relocate messages
|
||||||
//proc_run('php', 'include/notifier.php', 'relocate' , $newuid);
|
proc_run('php', 'include/notifier.php', 'relocate' , $newuid);
|
||||||
|
|
||||||
info(t("Done. You can now login with your username and password"));
|
info(t("Done. You can now login with your username and password"));
|
||||||
goaway( $a->get_baseurl() ."/login");
|
goaway( $a->get_baseurl() ."/login");
|
||||||
|
|
Loading…
Reference in a new issue