Commit cdbfbf1f authored by endico%mozilla.org's avatar endico%mozilla.org

backing out the changes to queries on CC since they broke normal cc queries in…

backing out the changes to queries on CC since they broke normal cc queries in the standard email address box at the top of the page
parent 4071507e
...@@ -335,13 +335,9 @@ sub GenerateSQL { ...@@ -335,13 +335,9 @@ sub GenerateSQL {
}, },
"^cc," => sub { "^cc," => sub {
my $tablecc = "cc_" . $chartid; push(@supptables,
my $tableprof = "cc_prof_" . $chartid; ("LEFT JOIN cc cc_$chartid ON bugs.bug_id = cc_$chartid.bug_id LEFT JOIN profiles map_cc_$chartid ON cc_$chartid.who = map_cc_$chartid.userid"));
push(@supptables, "cc $tablecc, profiles $tableprof"); $f = "map_cc_$chartid.login_name";
$ff = "$tableprof.login_name ";
$ref = $funcsbykey{",$t"};
&$ref;
push(@wherepart, " $tablecc.bug_id = bugs.bug_id AND $tablecc.who=$tableprof.userid ");
}, },
"^long_?desc,changedby" => sub { "^long_?desc,changedby" => sub {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment