|
@@ -217,7 +217,7 @@ class CmtsInterfaceStatsCommand extends BaseCmtsCommand
|
|
|
$sendData["{$subId}_inbandwidth_if_{$index}"] = "{$inBandwidth}|g";
|
|
|
$sendData["{$subId}_outbandwidth_if_{$index}"] = "{$outBandwidth}|g";
|
|
|
|
|
|
- if(date("d",$t0) != date("d",$t1)) {
|
|
|
+ if(date("n",$t0) != date("n",$t1)) {
|
|
|
$inAcc = $outAcc = 0;
|
|
|
}
|
|
|
|