Commit 28c5f953 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch by…

Spelling in code comments patch: 'ned' -> 'need' in Bugzilla/Search.pm; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent a9b48225
......@@ -63,7 +63,7 @@ our %specialorder = (
# When we add certain fields to the ORDER BY, we need to then add a
# table join to the FROM statement. This hash maps input fields to
# the join statements that ned to be added.
# the join statements that need to be added.
our %specialorderjoin = (
'bugs.target_milestone' => 'LEFT JOIN milestones AS ms_order ON ms_order.value = bugs.target_milestone AND ms_order.product_id = bugs.product_id',
'bugs.bug_status' => 'LEFT JOIN bug_status ON bug_status.value = bugs.bug_status',
......
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