Moderator: Integra Moderator
# #-----[ OPEN ]------------------------------------------------ # admin/admin_forums_basic.php # #-----[ FIND ]------------------------------------------------ # $sql = "UPDATE " . FORUMS_TABLE . " SET cat_id = $to_id WHERE cat_id = $from_id"; if( !$result = $db->sql_query($sql) ) { message_die(GENERAL_ERROR, "Couldn't move forums to other category", "", __LINE__, __FILE__, $sql); } } # #-----[ AFTER, ADD ]------------------------------------------ # else if ( $to_fid == 'Root' ) { $found = false; for ($i=0; $i < count($tree['sub'][POST_CAT_URL . $from_id]); $i++) { $found = ($tree['type'][$tree['keys'][$tree['sub'][POST_CAT_URL . $from_id][$i]]] == POST_FORUM_URL); } if ($found) { message_die(GENERAL_ERROR, $lang['Must_delete_forums']); } } # #-----[ SAVE/CLOSE ALL FILES ]-------------------------------- # # EoM
Registered users: App360MonitorBot, Bing [Bot], Google [Bot], Paulmagall