|
@@ -224,10 +224,10 @@ class TagHistory extends CatchController
|
|
|
,00000098C157,00000098C160,00000098C15F ,00000098C156,00000098C15B,00000098C148,00000098C155,00000098C147,00000098C153
|
|
|
,00000098BDAB ,00000098BDA5,00000098BD93,00000098BDA9 ,00000098BDA7";
|
|
|
if (!empty($mac)) {
|
|
|
- $othermac=$mac;
|
|
|
+ $othermac=implode(",", $mac);
|
|
|
}
|
|
|
if (!empty($tage)) {
|
|
|
- $otherlabel=$tage;
|
|
|
+ $otherlabel=implode(",", $mac);
|
|
|
}
|
|
|
|
|
|
$labelArray=explode(',',$otherlabel);
|