Benoit Lathiere <[EMAIL PROTECTED]> wrote:
> sorry again...
>
> midgard 1.2.6
OK :)
no problem "that man makes no errors who makes nothing" :)
two ways I think:
I. make article update directly with php-mysql functions
II.
<?php
$src_article = mgd_get_article($id); //article You want to copy
$dest_article = mgd_create_article($values); // with destination topic , and
values from source article
mgd_delete_article($src_article->id);
?>
Piotras
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]