Bugzilla – Attachment #69333: Bug 19681: Correct result count formatting for
bug #19681
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 19681
Collapse All
|
Expand All
(-)
a/labels/label-item-search.pl (-1 / +2 lines)
Lines 202-207 if ($show_results) {
Link Here
202
202
203
}
203
}
204
else {
204
else {
205
$from = 1;
206
$to = $total_hits;
205
$displayprev = 0;
207
$displayprev = 0;
206
$displaynext = 0;
208
$displaynext = 0;
207
}
209
}
208
-
Return to
bug 19681