Beispiel #1
0
function forumDeletePost($postId)
{
    require_once e_PLUGIN . 'forum/forum_class.php';
    $f = new e107forum();
    $ret = $f->postDelete($postId);
    return LAN_CANCEL . ' and ' . $ret . ' ' . FORLAN_7 . '.';
}