summaryrefslogtreecommitdiffstats
path: root/Bugzilla/BugMail.pm
diff options
context:
space:
mode:
authorjouni%heikniemi.net <>2004-05-25 14:53:53 +0200
committerjouni%heikniemi.net <>2004-05-25 14:53:53 +0200
commitdefc9c9891e496503f61d011a1cdd3ccdcbea54b (patch)
tree7b25a72432b6f4794769c57f478d256b87634194 /Bugzilla/BugMail.pm
parente40fae0dfa8b41780fc927f260b6cd5f1a738ae4 (diff)
downloadbugzilla-defc9c9891e496503f61d011a1cdd3ccdcbea54b.tar.gz
bugzilla-defc9c9891e496503f61d011a1cdd3ccdcbea54b.tar.xz
Remove stray resid from BugMail.pm. r,a=justdave
Diffstat (limited to 'Bugzilla/BugMail.pm')
-rw-r--r--Bugzilla/BugMail.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/Bugzilla/BugMail.pm b/Bugzilla/BugMail.pm
index dc088c99c..5975c859a 100644
--- a/Bugzilla/BugMail.pm
+++ b/Bugzilla/BugMail.pm
@@ -248,8 +248,6 @@ sub ProcessOneBug($) {
my $deptext = "";
- my $resid =
-
SendSQL("SELECT bugs_activity.bug_id, bugs.short_desc, fielddefs.name, " .
" removed, added " .
"FROM bugs_activity, bugs, dependencies, fielddefs ".