extend the directory profiles a bit more

This commit is contained in:
friendica
2013-12-25 01:57:04 -08:00
parent 48f882c34b
commit fe00e9b261
6 changed files with 40 additions and 4 deletions

View File

@@ -167,6 +167,10 @@ function syncdirs($uid) {
$profile['region'] = $p[0]['region'];
$profile['postcode'] = $p[0]['postal_code'];
$profile['country'] = $p[0]['country_name'];
$profile['about'] = $p[0]['about'];
$profile['homepage'] = $p[0]['homepage'];
$profile['hometown'] = $p[0]['hometown'];
if($p[0]['keywords']) {
$tags = array();
$k = explode(' ',$p[0]['keywords']);