(Midgard 1.4.2 'Bifrost')
mgd_copy_page_element -- Copy a page element
Description
int mgd_copy_page_element
(int page_element, int [page])
Copies page element with id page_elemement
to the page with id page. If the optional
parameter page is omitted, then the copy
of the page element will reside under the same page as the
original.
Returns the id of the created record if successful.
Returns FALSE on failure.