I. yes, actually, I update topic directly in SQL nd I think I'll do that in php-mysql..
II. I had think about that but risk is to forget some fields.. (stupid boy..).
Thanks a lot :-)
Benoit Lathiere.
pp a �crit:
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]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
