]> git.mxchange.org Git - friendica.git/commitdiff
License updated
authorMichael <heluecht@pirati.ca>
Sun, 1 Jan 2023 07:52:28 +0000 (07:52 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 1 Jan 2023 07:52:28 +0000 (07:52 +0000)
src/Database/PostUpdate.php
src/Model/APContact.php
src/Model/GServer.php
src/Util/HTTPSignature.php
static/dbstructure.config.php

index 41333a34b7d10d60d3c7e70e27f294f851a53bd8..9feee2bcc93875603314e1105a7bad863d60a570 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -1224,7 +1224,8 @@ class PostUpdate
                        if (!empty($apcontact['sharedinbox'])) {
                                $inbox[] = $apcontact['sharedinbox'];
                        }
-                       $condition = DBA::mergeConditions(['url' => $inbox], ["`gsid` IS NULL"]);
+//                     $condition = DBA::mergeConditions(['url' => $inbox], ["`gsid` IS NULL"]);
+                       $condition = ['url' => $inbox];
                        DBA::update('inbox-status', ['gsid' => $apcontact['gsid'], 'archive' => GServer::isDefunctById($apcontact['gsid'])], $condition);
                        ++$rows;
                }
index 851916de9592d6297803fcaba1074e5f38889deb..09a6cb9e78db781f1ccabac557cd5fbc0747b40c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 86fb78f79859695e5391eec0258cea04f6e851eb..10f4a3daf207eb32b2f79c799eedc432992cc833 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 0543cbcdf7d31a723660a0426926dc9874f595a2..cca1ab0bdb9d7f577f8a00b19b4a5a7310a2a012 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
index 7736dafd401f39d4676a6b5f60071adb7b952cd3..48e25961c2bc514b0c668aef9a874ff9a409f2e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *