hexa types
This commit is contained in:
parent
b1be0d1348
commit
ebc30a0952
|
@ -273,7 +273,7 @@
|
|||
$type_name = [];
|
||||
|
||||
foreach($this->event_t as $color=>$uid)
|
||||
$type_name[$uid] = $color;
|
||||
$type_name[$uid] = dechex($color); // hexa representation
|
||||
|
||||
|
||||
/* [2] For each event
|
||||
|
|
Loading…
Reference in New Issue