Closed (fixed)
Project:
Internationalization
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
28 Mar 2005 at 12:49 UTC
Updated:
29 Mar 2005 at 21:22 UTC
i18n.mysql misses a comma (,) at the end of line 18
`tid` int(11) NOT NULL default '0'
should be
`tid` int(11) NOT NULL default '0',
Comments
Comment #1
jose reyero commentedThanx
Comment #2
jose reyero commented