(unknown)
mgd_copy_person -- Copy a person record
Description
int mgd_copy_person
(int id, int root)
Minimum version: Midgard 1.4 (Bifrost)
Copies the person record with id id to
a new location in group with id root.
Returns the id of the created copy if successful.
Returns FALSE on failure.
<?php
mgd_copy_person(13,17);
?>
|