Convert to array values revieved by ajax for updatedb - #77
This commit is contained in:
parent
a1978e93b1
commit
817bce5f4c
|
@ -406,6 +406,7 @@ switch ($action) {
|
||||||
|
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
case 'background':
|
case 'background':
|
||||||
|
$values = array();
|
||||||
if ($background !== null)
|
if ($background !== null)
|
||||||
$values['background'] = $background;
|
$values['background'] = $background;
|
||||||
if ($width !== null)
|
if ($width !== null)
|
||||||
|
|
Loading…
Reference in New Issue