diff options
-rw-r--r-- | FS/FS/part_export/shellcommands_withdomain.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/FS/FS/part_export/shellcommands_withdomain.pm b/FS/FS/part_export/shellcommands_withdomain.pm index 916d328c2..c209002c8 100644 --- a/FS/FS/part_export/shellcommands_withdomain.pm +++ b/FS/FS/part_export/shellcommands_withdomain.pm @@ -105,7 +105,6 @@ the same username with different domains. You will need to this.form.useradd_no_queue.checked = 1; this.form.userdel.value = "/usr/bin/mm_delete_user -e ${username}\\\@${domain}"; this.form.userdel_stdin.value = ""; - this.form.userdel_no_queue.checked = 1; this.form.suspend.value = "/usr/bin/mm_suspend_user -e ${username}\\\@${domain}"; this.form.suspend_stdin.value = ""; this.form.unsuspend.value = "/usr/bin/mm_activate_user -e ${username}\\\@${domain}"; |