]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Renamed the function
[friendica.git] / include / Contact.php
index c747f04ea1e496068c663b866f406b6eaac89e6f..3f74a19d5f44e66f22a9b9dfcdeaed6b6ebdf46f 100644 (file)
@@ -191,7 +191,7 @@ function unmark_for_death($contact) {
        );
 }}
 
-function contact_data($url, $uid = -1) {
+function get_contact_details_by_url($url, $uid = -1) {
        require_once("mod/proxy.php");
        require_once("include/bbcode.php");