On Thu, Mar 28, 2002 at 11:37:42AM +0100, pp wrote: > > > > Well, in this case you could use > > > > mgd_list_topic_articles (int topic, string [sort], int [type]), int > > [up]) > > > > just set type to -1 if you would like to select articles with all > > types. > > type? for what articles? >
Articles could have type (look in article object definition). As far as you need select your articles by up field (and topic), you should give 4 arguments for this function. So if you could filter your articles by type field too. But if you want just select all your articles independently from type, you could ommit (is it right?) this argument or set it to -1. -- Regards, Sergei Dolmatov. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
