Now my problem is that I can add articles just once :((
If I go back and choose another article to add - it can't be done .
> >
> > $topic1 = mgd_create_topic(144222,$something,'1','1',1,'2');
> > if(!$topic1) { echo "not OK.<br>";
> > } else {
> > echo "OK";
> > }
> > till now works fine
> >
> > $up = "";
> > $topic = $something ;
>
>
> > $name = name;
> > $title = "&(article.title);";
>
> > $abstract = "";
> > $content = "";
> > $content .= "";
> > $content .= "";
> > $author = 2;
> > $url = "";
> > $calstart = "0000-00-00";
> > $caldays = 0;
> > $icon = 0;
> > $view = 0;
> > $print = 0;
> > $extra1 = "";
> > $extra2 = "";
> > $extra3 = "";
> > $type = 0;
> >
> > $article = mgd_create_article( $up, $topic, $name, $title, $abstract,
> > $content,
> > $author, $url, $calstart, $caldays,
> > $icon,
> > $view, $print, $extra1, $extra2,
> > $extra3,
> > $type);
> > if( ! $article ) {
> > echo "Creation '$title' failed.<br>\n";
> > } else {
> > echo "Created '$title'"
> > }
> >
--
http://www.milinski.com.pl
http://www.infoglob.com
http://agaipiotras.igk.pl
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: [midgard-user] adding articles pp
- Re: [midgard-user] adding articles Emiliano
- Re: [midgard-user] adding articles pp
- Re: [midgard-user] adding articles pp
- Re: [midgard-user] adding articles Emiliano
- Re: [midgard-user] adding articles pp
- AW: [midgard-user] adding articles Kai Schroder
- Re: [midgard-user] adding articles/ RC1? Emiliano
- Re: [midgard-user] adding articles/ RC1? Alexander Bokovoy
- Re: [midgard-user] adding articles/ RC1? pp
- Re: [midgard-user] adding articles pp
- Re: [midgard-user] adding articles Emiliano
- RE: [midgard-user] adding articles Robin Jackson
- RE: [midgard-user] adding articles Emiliano
- RE: [midgard-user] 1.2.5 -> 1.4 Robin Jackson
- RE: [midgard-user] 1.2.5 -> 1.4 Robin Jackson
- Re: [midgard-user] adding articles pp
- Re: [midgard-user] adding articles Emiliano
- Re: [midgard-user] adding articles pp
- Re: [midgard-user] adding articles Emiliano
- Re: [midgard-user] adding articles pp
