mgd_debug_stop
mgd_debug_stop -- Unset internal debug level.
Description
`void **mgd_debug_stop** (void)`
Minimum version: Midgard 1.6.0rc (Night Boat)
Unset internal debug level. See also mgd_debug_start().
<?php
mgd_debug_start();
mgd_get_topic($id);
mgd_debug_stop();
?>
