mgd_move_page

Name

mgd_move_page -- Move a page

Synopsis

bool mgd_move_page(int id, int root);

Description

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 successfull. Returns false on failure.

Example

<?php
  mgd_move_page(13,17);
?>