Merge branch '1.0-local' into 1.0
This commit is contained in:
commit
e044ad028b
|
@ -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