Sam Przyswa <[EMAIL PROTECTED]> wrote: > >Run in MySQL: select * from page_i where sid='17'; > > > > > There is no name field in "page_i" table, only in "page" table, what is > the exact page_i table structure ?
Ah, right. Name is not "multilanged" as used with get_by_name functions. Try ' select * from page where id='17'; '. Piotras --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
