]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
bug 160631 - bug_email.pl is broken
authorbbaetz%student.usyd.edu.au <>
Sat, 17 Aug 2002 21:24:09 +0000 (21:24 +0000)
committerbbaetz%student.usyd.edu.au <>
Sat, 17 Aug 2002 21:24:09 +0000 (21:24 +0000)
r=joel x2

contrib/bug_email.pl

index 18e8bb3c613345985e2c4ae33dbcad800d956727..9a3d0da0b01581325b697d8e9dbab08604df9edb 100755 (executable)
@@ -37,7 +37,7 @@
 #
 # You need to work with bug_email.pl the MIME::Parser installed.
 # 
-# $Id: bug_email.pl,v 1.9.12.1 2002/07/25 01:47:33 justdave%syndicomm.com Exp $
+# $Id: bug_email.pl,v 1.9.12.2 2002/08/17 14:24:09 bbaetz%student.usyd.edu.au Exp $
 ###############################################################
 
 # 02/12/2000 (SML)
@@ -1236,13 +1236,7 @@ END
        SendSQL($long_desc_query);
 
        # Cool, the mail was successful
-        # chdir back to the main directory which has the processmail script
-        # Oh, for a processmail module....
-        use Cwd;
-        my $old_cwd = getcwd();
-        chdir("..");
         system("./processmail", $id, $SenderShort);
-        chdir($old_cwd);
     } else {
        $id = 0xFFFF;  # TEST !
        print "\n-------------------------------------------------------------------------\n";