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',
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