mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Update userclass2.php
This commit is contained in:
@@ -194,7 +194,7 @@ e107::coreLan('userclass2', true);
|
|||||||
$e_userclass->calc_tree();
|
$e_userclass->calc_tree();
|
||||||
$text = "<div id='userclass-tree-structure'>".$e_userclass->show_graphical_tree()."</div>";
|
$text = "<div id='userclass-tree-structure'>".$e_userclass->show_graphical_tree()."</div>";
|
||||||
|
|
||||||
return array('caption'=>'Class Structure', 'text' => $text); //TODO LAN
|
return array('caption'=>UCSLAN_91, 'text' => $text);
|
||||||
|
|
||||||
// $text .= $e_userclass->show_graphical_tree();
|
// $text .= $e_userclass->show_graphical_tree();
|
||||||
}
|
}
|
||||||
@@ -519,4 +519,4 @@ e107::coreLan('userclass2', true);
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user