Clean code
This commit is contained in:
parent
c23610f851
commit
b237126679
@ -151,8 +151,6 @@ if ($user->socid > 0) { // Protection if external user
|
|||||||
accessforbidden();
|
accessforbidden();
|
||||||
}
|
}
|
||||||
|
|
||||||
$result = restrictedArea($user, $object->element, 0, '');
|
|
||||||
|
|
||||||
// Fetch optionals attributes and labels
|
// Fetch optionals attributes and labels
|
||||||
$extrafields->fetch_name_optionals_label($object->table_element);
|
$extrafields->fetch_name_optionals_label($object->table_element);
|
||||||
//$extrafields->fetch_name_optionals_label($object->table_element_line);
|
//$extrafields->fetch_name_optionals_label($object->table_element_line);
|
||||||
@ -177,6 +175,7 @@ $arrayofgroupby = array();
|
|||||||
$arrayofyaxis = array();
|
$arrayofyaxis = array();
|
||||||
$arrayofvaluesforgroupby = array();
|
$arrayofvaluesforgroupby = array();
|
||||||
|
|
||||||
|
$result = restrictedArea($user, $object->element, 0, '');
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user