Alexander Bokovoy wrote:
>
> On Mon, Mar 19, 2001 at 12:49:07PM +0100, pp wrote:
> > I got a little problem with getting correct topic's ID.
> >
> > <? $t_sam = mgd_list_topics(111);
> > while ($t_sam->fetch(111))
> It should be
> while ($t_sam->fetch())
> Method fetch() does not accept any arguments.
But it doesn't complain or fail when you do give them. So this
doesn't solve the problem.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]