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.
--
Sincerely yours, Alexander Bokovoy
The Midgard Project | www.midgard-project.org | Aurora R&D team
Minsk Linux Users Group | www.minsk-lug.net | www.aurora-linux.com
ALT Linux Team | www.alt-linux.org | Architecte Open Source
-- Everyone is a genius. It's just that some people are too stupid to realize it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]