Commit 5faa2cf8 authored by justdave%bugzilla.org's avatar justdave%bugzilla.org

Bug 418068 take 3: No way to search for "date of last comment" before/after a…

Bug 418068 take 3: No way to search for "date of last comment" before/after a given date. Correcting a spacing issue in the SQL from the original 2 interations of this patch. r=LpSolit, a=justdave
parent 76db5663
......@@ -1390,7 +1390,7 @@ sub _work_time_changedbefore_after {
my $table = "longdescs_$$chartid";
push(@$supptables, "LEFT JOIN longdescs AS $table " .
"ON $table.bug_id = bugs.bug_id " .
"AND $table.work_time <> 0" .
"AND $table.work_time <> 0 " .
"AND $table.bug_when $operator " .
$dbh->quote(SqlifyDate($$v)) );
$$term = "($table.bug_when IS NOT NULL)";
......
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