]> git.mxchange.org Git - friendica.git/blobdiff - include/gprobe.php
Merge remote-tracking branch 'refs/remotes/friendica/develop' into develop
[friendica.git] / include / gprobe.php
index 2f1758f377844a6fb96b2ddc1589f2cce658100c..719cfce48635ac4adb109964d9eed19a3f7a498b 100644 (file)
@@ -7,9 +7,9 @@ require_once('include/socgraph.php');
 require_once('include/datetime.php');
 
 function gprobe_run(&$argv, &$argc){
-       if($argc != 2)
+       if ($argc != 2) {
                return;
-
+       }
        $url = hex2bin($argv[1]);
 
        $r = q("SELECT `id`, `url`, `network` FROM `gcontact` WHERE `nurl` = '%s' ORDER BY `id` LIMIT 1",