[Fix] min
This commit is contained in:
parent
02404a3b16
commit
88cd366077
|
@ -22,7 +22,7 @@
|
||||||
$f_gstate = preg_replace('@\s+$@', '', $f_gstate);
|
$f_gstate = preg_replace('@\s+$@', '', $f_gstate);
|
||||||
|
|
||||||
/* (4) Extract in array */
|
/* (4) Extract in array */
|
||||||
$gstate = explode('', $f_gstate);
|
$gstate = str_split($f_gstate);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue