|
@@ -227,7 +227,7 @@ class TagHistory extends CatchController
|
|
$othermac=implode(",", $mac);
|
|
$othermac=implode(",", $mac);
|
|
}
|
|
}
|
|
if (!empty($tage)) {
|
|
if (!empty($tage)) {
|
|
- $otherlabel=implode(",", $mac);
|
|
|
|
|
|
+ $otherlabel=implode(",",$tage);
|
|
}
|
|
}
|
|
|
|
|
|
$labelArray=explode(',',$otherlabel);
|
|
$labelArray=explode(',',$otherlabel);
|