Open Source Content Management Framework

mgd_move_topic

  1. Description

Move a topic

Description

bool mgd_move_topic (int id, int target_topic)

Minimum version: Midgard 1.4 (Bifrost)

Moves topic with id id under topic with id target_topic.

Returns true if successful. Returns false on failure.

<?php  
    $topic  = 17;  
    $target = 13;  
    mgd_move_topic($topic, $target);  
    ?>
Designed by Nemein, hosted by Kafit