aboutsummaryrefslogtreecommitdiffstats
path: root/include/hubloc.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-03-30 09:07:43 +0200
committerMario Vavti <mario@mariovavti.com>2018-03-30 09:07:43 +0200
commit6822415ee2efd4e2d3e5458c36cd5f582887969a (patch)
tree30b7aaed9e4d8b56e3a062c95a92d8d276d027b3 /include/hubloc.php
parente06e64823fbecbe67bcf59897ecad6b9c402744e (diff)
parent6d0e1b0e07f26ee07d9f53732daab8ade12566d0 (diff)
downloadvolse-hubzilla-6822415ee2efd4e2d3e5458c36cd5f582887969a.tar.gz
volse-hubzilla-6822415ee2efd4e2d3e5458c36cd5f582887969a.tar.bz2
volse-hubzilla-6822415ee2efd4e2d3e5458c36cd5f582887969a.zip
Merge remote-tracking branch 'mike/master' into 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');
}