Needs review
Project:
iconify
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Apr 2008 at 21:03 UTC
Updated:
8 Oct 2008 at 14:53 UTC
At line 27 the table names need the "{}" to be compliant with db_prefix:
- $sql ="SELECT s.source FROM locales_target t JOIN locales_source s ON t.lid = s.lid WHERE translation ='%s' ";
+ $sql ="SELECT s.source FROM {locales_target} t JOIN {locales_source} s ON t.lid = s.lid WHERE translation ='%s' ";
PS: great module, thanks for sharing!
Comments
Comment #1
attila_fabian commentedThe db_prefix problem is still causing several sql errors to show up.
The patch solves this problem on the 6.x version as well.