X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fprofiles.php;h=9ce478ba198a375a80d664fcfea4c8935dab4f2c;hb=9330a6994c1b9aee49a482efe32e84ca1a944c9b;hp=3ba57c8831962c92df38d197c67267ab535df777;hpb=4c263aa4ac89aa935d7305856c8a919c7fefcf71;p=friendica.git diff --git a/mod/profiles.php b/mod/profiles.php index 3ba57c8831..9ce478ba19 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -1,6 +1,7 @@ $locality, "region" => $region, "country-name" => $country_name)); $r = q("UPDATE `contact` SET `about` = '%s', `location` = '%s', `keywords` = '%s', `gender` = '%s' WHERE `self` = 1 AND `uid` = %d", dbesc($about), @@ -516,8 +506,9 @@ function profiles_post(&$a) { } } } +} - +if(! function_exists('profile_activity')) { function profile_activity($changed, $value) { $a = get_app(); @@ -607,8 +598,9 @@ function profile_activity($changed, $value) { } } +} - +if(! function_exists('profiles_content')) { function profiles_content(&$a) { if(! local_user()) { @@ -832,5 +824,5 @@ function profiles_content(&$a) { } return $o; } - +} }