Development #3

Merged
jric11 merged 3 commits from development into production 2026-07-26 20:14:27 +00:00
Showing only changes of commit 3f000d95ea - Show all commits
+1 -1
View File
@@ -45,6 +45,7 @@ class DecWeb {
if ($this->settings->count() === 0) {
$this->sendWebHookAlert("Notifying Admin...", "DecWebSync : Unable to initialize settings");
error_log("DecWebSync : Unable to initialize settings");
exit();
}
@@ -1089,7 +1090,6 @@ class DecWeb {
$this->log("Migrating Purchased Services from decweb");
// $this->realestatedatainc_connection->exec("TRUNCATE TABLE usersubscriptions");
$this->realestatedatainc_connection->exec("delete from usersubscriptions where usersubscription_user != 1");
$purchasedservices = $this->getPurchasedServices();