Merge pull request #12590 from frederic34/patch-7
The variable $arraylist seems to be defined...
This commit is contained in:
commit
7407df2fa3
@ -228,6 +228,7 @@ class Form
|
|||||||
elseif (preg_match('/^select;/', $typeofdata))
|
elseif (preg_match('/^select;/', $typeofdata))
|
||||||
{
|
{
|
||||||
$arraydata = explode(',', preg_replace('/^select;/', '', $typeofdata));
|
$arraydata = explode(',', preg_replace('/^select;/', '', $typeofdata));
|
||||||
|
$arraylist = array();
|
||||||
foreach ($arraydata as $val)
|
foreach ($arraydata as $val)
|
||||||
{
|
{
|
||||||
$tmp = explode(':', $val);
|
$tmp = explode(':', $val);
|
||||||
@ -265,6 +266,7 @@ class Form
|
|||||||
elseif (preg_match('/^select;/', $typeofdata))
|
elseif (preg_match('/^select;/', $typeofdata))
|
||||||
{
|
{
|
||||||
$arraydata = explode(',', preg_replace('/^select;/', '', $typeofdata));
|
$arraydata = explode(',', preg_replace('/^select;/', '', $typeofdata));
|
||||||
|
$arraylist = array();
|
||||||
foreach ($arraydata as $val)
|
foreach ($arraydata as $val)
|
||||||
{
|
{
|
||||||
$tmp = explode(':', $val);
|
$tmp = explode(':', $val);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user