[fix]
This commit is contained in:
parent
3f2ec43c7e
commit
88d1b4bbb5
|
@ -25,9 +25,10 @@
|
||||||
$f_gstate = preg_replace('@^\s+@', '', $f_gstate);
|
$f_gstate = preg_replace('@^\s+@', '', $f_gstate);
|
||||||
$f_gstate = preg_replace('@\s+$@', '', $f_gstate);
|
$f_gstate = preg_replace('@\s+$@', '', $f_gstate);
|
||||||
|
|
||||||
/* (4) Extract in array */
|
/* (4) Extract */
|
||||||
$GLOBAL_STATE = $f_gstate;
|
$GLOBAL_STATE = $f_gstate;
|
||||||
|
|
||||||
|
slog("Starting with state '{$GLOBAL_STATE}'", 'global-state:update');
|
||||||
|
|
||||||
/* [2] Cache global state to chip states
|
/* [2] Cache global state to chip states
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
|
|
Loading…
Reference in New Issue