Wip command center, check versions php.ini
This commit is contained in:
parent
50c7394e7d
commit
6366040ec2
|
@ -109,7 +109,6 @@ function add_component_selection($id_network_component_type)
|
|||
|
||||
$component_groups = network_components_get_groups($id_network_component_type);
|
||||
|
||||
hd($component_groups);
|
||||
$data[1] = '<span id="component_group" class="left">';
|
||||
$data[1] .= html_print_select(
|
||||
$component_groups,
|
||||
|
|
|
@ -265,8 +265,7 @@ function network_components_get_group($id_network_component_group, $filter=false
|
|||
*/
|
||||
function network_components_get_groups($id_module_components=0, $localComponent=false)
|
||||
{
|
||||
hd($id_module_components);
|
||||
// Special vars to keep track of indentation level
|
||||
// Special vars to keep track of indentation level.
|
||||
static $level = 0;
|
||||
static $id_parent = 0;
|
||||
global $config;
|
||||
|
@ -297,8 +296,6 @@ function network_components_get_groups($id_module_components=0, $localComponent=
|
|||
$id_parent = $tmp;
|
||||
$level--;
|
||||
|
||||
hd($localComponent);
|
||||
|
||||
if ($localComponent) {
|
||||
if (! empty($childs)) {
|
||||
$retval[$group['id_sg']] = $prefix.$group['name'];
|
||||
|
|
Loading…
Reference in New Issue