(Midgard 1.4.2 'Bifrost')
mgd_update_snippetdir -- Update a snippetdir
Description
bool mgd_update_snippetdir
(int id, string name, string description, int owner)
Minimum version: Midgard 1.4 (Bifrost)
Updates the snippetdir record with id id
with the provided parameters.
Returns TRUE if successful.
Returns FALSE on failure.
<?php
mgd_update_snippetdir(13,"example","new description",17);
?>
|