From: mark Date: Wed, 19 Aug 2009 07:05:16 +0000 (+0000) Subject: Turn off userdel_no_queue for MagicMail export X-Git-Tag: root_of_svc_elec_features~910 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=6884c9a9d164124a188c1653ba63b71a416c38b3 Turn off userdel_no_queue for MagicMail export --- 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}";