mgd_update_event_member

(Midgard 1.4.2 'Bifrost')

mgd_update_event_member -- Update an eventmember record

Description

bool mgd_update_event_member (int id, int eid, int uid, string extra)

Minimum version: Midgard 1.4 (Bifrost)

Updates the event member record with id id with the provided parameters. If the busy flag is set for the event, the person can not become member of this event if it already is a member of a 'busy' event at the same time.

Returns TRUE on success, FALSE on failure.


<?php
  $eventmember = mgd_update_event_member(
                  13,17,123,"updated for demo purposes");
?>