diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-03-30 09:07:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-03-30 09:07:43 +0200 |
commit | 6822415ee2efd4e2d3e5458c36cd5f582887969a (patch) | |
tree | 30b7aaed9e4d8b56e3a062c95a92d8d276d027b3 /include/hubloc.php | |
parent | e06e64823fbecbe67bcf59897ecad6b9c402744e (diff) | |
parent | 6d0e1b0e07f26ee07d9f53732daab8ade12566d0 (diff) | |
download | volse-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.php | 3 |
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'); } |