[freeside-commits] freeside/FS/FS/part_export shellcommands_withdomain.pm, 1.11, 1.12
Mark Wells
mark at wavetail.420.am
Wed Aug 19 00:05:18 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv19375/FS/FS/part_export
Modified Files:
shellcommands_withdomain.pm
Log Message:
Turn off userdel_no_queue for MagicMail export
Index: shellcommands_withdomain.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands_withdomain.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- shellcommands_withdomain.pm 17 Aug 2009 23:08:47 -0000 1.11
+++ shellcommands_withdomain.pm 19 Aug 2009 07:05:16 -0000 1.12
@@ -105,7 +105,6 @@
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}";
More information about the freeside-commits
mailing list