(Midgard 1.4.2 'Bifrost')
mgd_delete_style_tree -- Delete a style tree
Description
bool mgd_delete_style_tree
(int id)
Minimum version: Midgard 1.4 (Bifrost)
Deletes the style tree that starts at the style record
with id id.
Returns TRUE if successful.
Returns FALSE on failure.
<?php
mgd_delete_style_tree(123);
?>
|