We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64fbd53 commit a446e4bCopy full SHA for a446e4b
tests/scripts/unify_duplicated_user_based_on_extra_field_value.php
@@ -56,10 +56,12 @@
56
continue;
57
}
58
if ($uid === $userIdToUnifyOn) { continue; }
59
-
60
- echo 'Unifying user ' . $uid . ' on user ' . $userIdToUnifyOn . PHP_EOL;
+ $now = date('Y-m-d H:i:s');
+ echo $now . ' Unifying user ' . $uid . ' on user ' . $userIdToUnifyOn . PHP_EOL;
61
MySpace::duUpdateAllUserRefsList($uid, $userIdToUnifyOn);
62
MySpace::duDisableOrDeleteUser($uid, $unifyMode);
63
64
+ echo $now . ' User unified' . PHP_EOL;
65
66
67
0 commit comments