- Debugging

parent 1bf7cfc0
......@@ -183,8 +183,7 @@ class UnisenderAPI {
if (array_key_exists('result', $this->visitedLinks) && array_key_exists('data', $this->visitedLinks['result'])) {
foreach($this->visitedLinks['result']['data'] as $transition) {
if ($transition[0]==$email && strpos($link, $transition[1])!==false)
// return true;
echo "ASD";
return true;
}
}
return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment