diff options
author | jouni%heikniemi.net <> | 2004-05-25 14:53:53 +0200 |
---|---|---|
committer | jouni%heikniemi.net <> | 2004-05-25 14:53:53 +0200 |
commit | defc9c9891e496503f61d011a1cdd3ccdcbea54b (patch) | |
tree | 7b25a72432b6f4794769c57f478d256b87634194 /Bugzilla | |
parent | e40fae0dfa8b41780fc927f260b6cd5f1a738ae4 (diff) | |
download | bugzilla-defc9c9891e496503f61d011a1cdd3ccdcbea54b.tar.gz bugzilla-defc9c9891e496503f61d011a1cdd3ccdcbea54b.tar.xz |
Remove stray resid from BugMail.pm. r,a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/BugMail.pm | 2 |
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 ". |