mgd_toggle_article_lock
mgd_toggle_article_lock -- Toggle the locked/unlocked state of an article
Description
`bool **mgd_toggle_article_lock** (int id)`
Minimum version: Midgard 1.4 (Bifrost)
Toggles the locked/unlocked state of the article with id id
Returns TRUE on success, FALSE on failure.
<?php
mgd_toggle_article_lock(13);
?>
