aboutsummaryrefslogtreecommitdiffstats
path: root/include/hubloc.php
diff options
context:
space:
mode:
authormrjive <mrjive@mrjive.it>2018-04-05 10:52:39 +0200
committerGitHub <noreply@github.com>2018-04-05 10:52:39 +0200
commita7ff2cc5ea11afd7b832bef24866abfb0220d022 (patch)
treee7dcd63bbfdaa6ae564c60d59ef60edf0e6ba7a7 /include/hubloc.php
parent20ac91703d54679d2e5080ba2d4985e93986a515 (diff)
parentdcacdd23c87061dc15bd12ed2e959bcbe020c5df (diff)
downloadvolse-hubzilla-a7ff2cc5ea11afd7b832bef24866abfb0220d022.tar.gz
volse-hubzilla-a7ff2cc5ea11afd7b832bef24866abfb0220d022.tar.bz2
volse-hubzilla-a7ff2cc5ea11afd7b832bef24866abfb0220d022.zip
Merge pull request #3 from redmatrix/dev
Dev
Diffstat (limited to 'include/hubloc.php')
-rw-r--r--include/hubloc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hubloc.php b/include/hubloc.php
index 0d1a2e560..33d5dcbb2 100644
--- a/include/hubloc.php
+++ b/include/hubloc.php
@@ -270,7 +270,8 @@ function locations_by_netid($netid) {
dbesc($netid)
);
- return array_elm_to_str($locs,'location',', ');
+
+ return array_elm_to_str($locs,'location',', ','trim_and_unpunify');
}