mgd_update_pagelink

(Midgard 1.4.2 'Bifrost')

mgd_update_pagelink -- Update a pagelink record

Description

bool mgd_update_pagelink (int id, string name, int target, int grp, int owner)

Minimum version: Midgard 1.4 (Bifrost)

Updates the pagelink record with id id with the provided parameters.

Returns TRUE if successful. Returns FALSE on failure.


<?php
 mgd_update_pagelink(13,"test","result",17,13);
?>