Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / inc / smarty / node_methodz / function.get_node_commanders.php
index 51c66ecabb6e512e1fe9562a60482b0b75fd4834..a64e7b55b564f46e864b84d5c697b3bd19ca391b 100644 (file)
@@ -8,11 +8,15 @@ function smarty_function_get_node_commanders($brawco,&$smarty) {
                $commanders[$set->getString('node_permission')].=$set->getString('login').";";
        }
 
+       $smarty->assign('get_node_commanders',$commanders);
        $smarty->assign('masters',$commanders['master']);
        $smarty->assign('ops',$commanders['op']);
        $smarty->assign('access',$commanders['access']);
        $smarty->assign('bans',$commanders['ban']);
        $smarty->assign('silence',$commanders['silence']);
+       $smarty->assign('execute',$commanders['execute']);
+
 }
 
 ?>
+
This page took 0.09004 seconds and 4 git commands to generate.