|
@@ -860,7 +860,9 @@ |
|
|
block discarded – undo |
|
860
|
860
|
if ((($fetchedListingInfo->nodeListingAvailable == true) && ($fetchedOCCache->status != 1)) || |
|
861
|
861
|
(($fetchedListingInfo->nodeListingAvailable == false) && ($fetchedOCCache->status == 1))) { |
|
862
|
862
|
array_push($tempArray, 'OC status != import status'); |
|
863
|
|
- } else array_push($tempArray, ''); |
|
|
863
|
+ } else { |
|
|
864
|
+ array_push($tempArray, ''); |
|
|
865
|
+ } |
|
864
|
866
|
|
|
865
|
867
|
if ((($fetchedListingInfo->nodeListingArchived == true) && ($fetchedOCCache->status != 3)) || |
|
866
|
868
|
(($fetchedListingInfo->nodeListingAvailable == false) && ($fetchedOCCache->status == 3))) { |
Please login to merge, or discard this patch.