diff options
author | mark <mark> | 2009-08-19 07:05:16 +0000 |
---|---|---|
committer | mark <mark> | 2009-08-19 07:05:16 +0000 |
commit | 6884c9a9d164124a188c1653ba63b71a416c38b3 (patch) | |
tree | 4bbdd1762ea8ae52415546a2e3fae02b0685a87a | |
parent | 2e1d2a91264e8441bc31583be7352ae1b3c31bb8 (diff) |
Turn off userdel_no_queue for MagicMail export
-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}"; |