]> git.mxchange.org Git - friendica.git/commitdiff
Added two to-dos to do.
authorMichael Vogel <icarus@dabo.de>
Wed, 13 Jan 2016 09:53:38 +0000 (10:53 +0100)
committerMichael Vogel <icarus@dabo.de>
Wed, 13 Jan 2016 09:53:38 +0000 (10:53 +0100)
include/Contact.php
include/socgraph.php

index 81692fa84071c8a1cc391b200c94519c609fb783..c10bb9b791e08dc0a3befef65ef8613e9b94cad5 100644 (file)
@@ -402,6 +402,7 @@ function get_contact($url, $uid = 0) {
        $contactid = 0;
 
        // is it an address in the format user@server.tld?
+       /// @todo use gcontact and/or the addr field for a lookup
        if (!strstr($url, "http") OR strstr($url, "@")) {
                $data = probe_url($url);
                $url = $data["url"];
index 00fc439b7e96fc52ece9ed085215cb91f0bc3e2e..a01c9c5cb025ece0a1c4c7768bf32ebdd65cdc64 100644 (file)
@@ -1560,6 +1560,8 @@ function get_gcontact_id($contact) {
  */
 function update_gcontact($contact) {
 
+       /// @todo update contact table as well
+
        $gcontact_id = get_gcontact_id($contact);
 
        if (!$gcontact_id)