Name
mgd_update_pagelink -- Update a pagelink record
Synopsis
bool mgd_update_pagelink
(int id, string name, int target, int grp, int owner);
Description
Minimum version: Midgard 1.4 (Bifrost)
Updates the pagelink record with id id
with the provided parameters.
Returns true if successfull.
Returns false on failure.
Example
<?php
mgd_update_pagelink(13,"test","result",17,13);
?>