pp wrote: > yes, and that is my nightmare. > I got about 20 articles with the same names > all I do is : > > <? $article = mgd_get_article($myid); > $article->content = 'blabla'; > $article->url = 'blabla'; > $article->update(); ?> > > and I got error "Name exists".
OK, this is easily changed; the point of what would be the desired behaviour remains. Votes, thoughts, people? In the meantime, if the name doesn't mean anything to you, you could set it ti a random value or the current time or somesuch. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
