]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 418068 take 3: No way to search for "date of last comment" before/after a given...
authorjustdave%bugzilla.org <>
Thu, 27 Mar 2008 18:48:27 +0000 (18:48 +0000)
committerjustdave%bugzilla.org <>
Thu, 27 Mar 2008 18:48:27 +0000 (18:48 +0000)
Bugzilla/Search.pm

index 111875daca56ce25ed5e6fdaf79e485d38fa5dba..d74f09474f9b763292d5643762cc7f17dca8abf4 100644 (file)
@@ -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)";