Some work on account deletion

This commit is contained in:
Christian Vogeley
2014-08-14 20:17:57 +02:00
parent 94ed44e76e
commit fc94a638cd
5 changed files with 99 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ function removeme_post(&$a) {
$global_remove = intval($_POST['global']);
channel_remove(local_user(),1 - $global_remove);
channel_remove(local_user(),1 - $global_remove,true);
}