]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/tools/class_HubTools.php
Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[hub.git] / application / hub / main / tools / class_HubTools.php
index 17ad9dec3a5bf516b32ba5a84607093edd3e3566..33f1a9d83d8c67f7442ca69d388ae46ffdbb9e4e 100644 (file)
@@ -131,7 +131,7 @@ class HubTools extends BaseHubSystem {
 
                // And ask it for session id by given ip:port
                $recipient = $selfInstance->getDhtInstance()->findNodeByIpPort($ipPort);
-               die(__METHOD__.':recipient=<pre>'.print_r($recipient, true).'</pre>' . PHP_EOL);
+               die(__METHOD__.':recipient=<pre>'.print_r($recipient, TRUE).'</pre>' . PHP_EOL);
 
                // Return result
                return $sessionId;