> > I made this for article and didn't specified name field.
> > Just content and url.
> 
> If you do an update it should allready have a name set, right?
> 

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".
I can not change these names by now :(

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to