1
This commit is contained in:
parent
d950686864
commit
24e610fb85
@ -20,11 +20,11 @@ class ChipPlugin extends BaseModel
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
if ($row){
|
if ($row){
|
||||||
$temp = array(
|
$chips = array(
|
||||||
$row['chip1'],$row['chip2'],$row['chip3'],$row['chip4']
|
$row['chip1'],$row['chip2'],$row['chip3'],$row['chip4']
|
||||||
);
|
);
|
||||||
// $chips = array_filter($temp);
|
// $chips = array_filter($temp);
|
||||||
}
|
}
|
||||||
return implode('|',$temp);
|
return implode('|',$chips);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user