(Midgard 1.4.2 'Bifrost')
mgd_move_page -- Move a page
Description
bool mgd_move_page
(int id, int root)
Minimum version: Midgard 1.4 (Bifrost)
Moves the page record with id id to
a new location, a subpage of the page with id
root.
Returns TRUE if successful.
Returns FALSE on failure.
<?php
mgd_move_page(13,17);
?>
|