1
This commit is contained in:
parent
498820752b
commit
7e9aa3bdc4
@ -23,8 +23,8 @@ class ChipPlugin extends BaseModel
|
||||
$temp = array(
|
||||
$row['chip1'],$row['chip2'],$row['chip3'],$row['chip4']
|
||||
);
|
||||
$chips = array_filter($temp);
|
||||
// $chips = array_filter($temp);
|
||||
}
|
||||
return implode('|',$chips);
|
||||
return implode('|',$temp);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user