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