Add default space in byte string format, only read enable ea data
read only enabled edit access data fields add default space between the converted byte data and the label
This commit is contained in:
@@ -405,7 +405,7 @@
|
||||
while ($res = $this->db_return($q))
|
||||
{
|
||||
// read edit access data fields and drop them into the unit access array
|
||||
$q_sub ="SELECT name, value FROM edit_access_data WHERE edit_access_id = ".$res['edit_access_id'];
|
||||
$q_sub ="SELECT name, value FROM edit_access_data WHERE enabled = 1 edit_access_id = ".$res['edit_access_id'];
|
||||
$ea_data = array ();
|
||||
while ($res_sub = $this->db_return($q_sub))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user