Tarjei Huse wrote: > On the mgd_list_article_calendar issue, coul this be a mysql unix-milennium > bug. The part that is failing (se other post) has a timestamp thats one > digit longer than the other than the other. > > Worth a thought?
That'd be pretty nasty. I hope the comparison is made numerically (without quotes), and mysql does seem to handle that OK: select name from sitegroup where 01 > 2 returns nothing like I expected. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
