Server licences are now updated with the name of the server.
This commit is contained in:
@@ -507,8 +507,8 @@ class API_inserve extends API
|
|||||||
if ((
|
if ((
|
||||||
(int)$item['countInserve'] !== (int)$item['countSentri'] ||
|
(int)$item['countInserve'] !== (int)$item['countSentri'] ||
|
||||||
(int)$item['sentriCompanyId'] !== (int)$item['subscriptionInserveCompanyId'] ||
|
(int)$item['sentriCompanyId'] !== (int)$item['subscriptionInserveCompanyId'] ||
|
||||||
(int)$item['SentriStatus'] !== (int)$item['subscriptionInserveStatus']
|
(int)$item['SentriStatus'] !== (int)$item['subscriptionInserveStatus'] ||
|
||||||
// || $item['subscriptionSentriName'] !== $item['subscriptionInserveName'] # use this when names are fucked
|
$item['subscriptionSentriName'] !== $item['subscriptionInserveName']
|
||||||
)
|
)
|
||||||
&& $item['subscriptionInserveExists'] !== false
|
&& $item['subscriptionInserveExists'] !== false
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user