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 3ed7796 commit 8fd5b47Copy full SHA for 8fd5b47
1 file changed
core/Tracker/Visit.php
@@ -437,6 +437,8 @@ protected function updateExistingVisit($valuesToUpdate)
437
if (isset($valuesToUpdate['idvisitor'])) {
438
$this->updateIdVisitorAcrossLogTables($valuesToUpdate['idvisitor']);
439
440
+ Common::printDebug('Updating idvisitor across tables for idvisit = ' . $idVisit);
441
+
442
//For debug output below
443
$valuesToUpdate['idvisitor'] = bin2hex($valuesToUpdate['idvisitor']);
444
}
0 commit comments