Closed (works as designed)
Project:
Localization server
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 03:31 UTC
Updated:
13 Oct 2009 at 07:28 UTC
simple fix the same code:
$where_args[] = $filters['search'];
$where_args[] = $filters['search'];
| Comment | File | Size | Author |
|---|---|---|---|
| l10n.patch | 732 bytes | droplet |
Comments
Comment #1
gábor hojtsyYeah, that is required code to add the search filter 2 times, since it is used 2 times in the query. By design.