]> 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:19:57 +0000 (21:19 +0000)
committerbbaetz%student.usyd.edu.au <>
Sat, 17 Aug 2002 21:19:57 +0000 (21:19 +0000)
r=joel x2

contrib/bug_email.pl

index 7817a0f80f543a2fe59c3ba9bb97e5b706d85212..94338dbfb295b3695130d6f5129ca5395c51458a 100755 (executable)
@@ -37,7 +37,7 @@
 #
 # You need to work with bug_email.pl the MIME::Parser installed.
 # 
-# $Id: bug_email.pl,v 1.11 2002/08/12 05:43:05 bbaetz%student.usyd.edu.au Exp $
+# $Id: bug_email.pl,v 1.12 2002/08/17 14:19:57 bbaetz%student.usyd.edu.au Exp $
 ###############################################################
 
 # 02/12/2000 (SML)
@@ -1246,13 +1246,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";