mgd_create_pagelink

(Midgard 1.4.2 'Bifrost')

mgd_create_pagelink -- Create a pagelink

Description

int mgd_create_pagelink (int up, string name, int target, int grp, int owner)

Minimum version: Midgard 1.4 (Bifrost)

Creates a pagelink record with the provided parameters.

Returns the id of the created record if successful. Returns FALSE on failure.


<?php
  $pl = mgd_create_pagelink(17,"test","result",13,17);
?>