refactor and errors

This commit is contained in:
2023-11-05 04:46:07 +02:00
parent def933dca4
commit 3e753c8b93
125 changed files with 1353 additions and 1435 deletions
+4 -4
View File
@@ -20,13 +20,13 @@ if (isset($pr_used_this) && isset($pr_moment)) {
if ($uid == $uid1) {
$a = 1;
$b = 2;
$u1 = ${'uid1'};
$u2 = ${'uid2'};
$u1 = $uid1;
$u2 = $uid2;
} elseif ($uid == $uid2) {
$a = 2;
$b = 1;
$u1 = ${'uid2'};
$u2 = ${'uid1'};
$u1 = $uid2;
$u2 = $uid1;
}
if ($a > 0) {