mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Add one more index to the theme_datacolor
This commit is contained in:
parent
a848a06b76
commit
aa5aa2bf26
|
|
@ -171,7 +171,7 @@ $VALID_MODULE_MAPPING = array(
|
|||
'syslog' => 'Syslog',
|
||||
'takepos' => 'TakePos',
|
||||
'tax' => 'Tax',
|
||||
'theme_datacolor' => 'array{0:array{0:int,1:int,2:int},1:array{0:int,1:int,2:int},2:array{0:int,1:int,2:int}}',
|
||||
'theme_datacolor' => 'array{0:array{0:int,1:int,2:int},1:array{0:int,1:int,2:int},2:array{0:int,1:int,2:int},3:array{0:int,1:int,2:int}}',
|
||||
'ticket' => 'Ticket',
|
||||
'user' => 'User',
|
||||
'variants' => 'Variants',
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@ $VALID_MODULE_MAPPING = array(
|
|||
'syslog' => 'Syslog',
|
||||
'takepos' => 'TakePos',
|
||||
'tax' => 'Tax',
|
||||
'theme_datacolor' => 'array{0:array{0:int,1:int,2:int},1:array{0:int,1:int,2:int},2:array{0:int,1:int,2:int}}',
|
||||
'theme_datacolor' => 'array{0:array{0:int,1:int,2:int},1:array{0:int,1:int,2:int},2:array{0:int,1:int,2:int},3:array{0:int,1:int,2:int}}',
|
||||
'ticket' => 'Ticket',
|
||||
'user' => 'User',
|
||||
'variants' => 'Variants',
|
||||
|
|
|
|||
|
|
@ -308,7 +308,7 @@ class ActionComm extends CommonObject
|
|||
public $icalname;
|
||||
|
||||
/**
|
||||
* @var string Ical color
|
||||
* @var int<0,3> Ical color
|
||||
*/
|
||||
public $icalcolor;
|
||||
|
||||
|
|
|
|||
|
|
@ -1804,7 +1804,9 @@ function show_day_events($db, $day, $month, $year, $monthshown, $style, &$eventa
|
|||
global $cachethirdparties, $cachecontacts, $cacheusers, $colorindexused;
|
||||
global $hookmanager;
|
||||
|
||||
'@phan-var-force array{0:array{0:int,1:int,2:int},1:array{0:int,1:int,2:int},2:array{0:int,1:int,2:int}} $theme_datacolor';
|
||||
'@phan-var-force array{0:array{0:int,1:int,2:int},1:array{0:int,1:int,2:int},2:array{0:int,1:int,2:int},3:array{0:int,1:int,2:int}} $theme_datacolor
|
||||
@phan-var-force User[] $cacheusers
|
||||
@phan-var-force array<int<0,3>> $colorindexused';
|
||||
|
||||
if ($conf->use_javascript_ajax) { // Enable the "Show more button..."
|
||||
$conf->global->MAIN_JS_SWITCH_AGENDA = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user