On 8 May, Henri Hovi wrote:
> How do I use mgd_move_article functions? I can't find any details at
> midgard manual.
A quick look into midgard-php sources would suggest
that all the mgd_move_x functions take two arguments,
the ID of the record in question, and the ID number
of the record under which the move is to be made.
As an example, if you want to move article 123 to
topic 456, you would do the following:
<?php
$article = 123;
$target_topic = 456;
mgd_move_article($article, $target_topic);
?>
I'll verify this at work tomorrow and include the
move functions to FuncRef.
/Bergie
--
-- Henri Bergius -- +358 40 525 1334 -- [EMAIL PROTECTED] --
http://www.iki.fi/Henri.Bergius
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]