diff options
author | friendica <info@friendica.com> | 2012-12-26 19:39:37 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-26 19:39:37 -0800 |
commit | a2c6f8c965a70caf26d4f4df846a8eb665e57d54 (patch) | |
tree | b326c6805c1fe2c995f51762e9040150b2081719 /include/zot.php | |
parent | d80f299dd426a4f20ce25d1798184ca7de27a8b3 (diff) | |
download | volse-hubzilla-a2c6f8c965a70caf26d4f4df846a8eb665e57d54.tar.gz volse-hubzilla-a2c6f8c965a70caf26d4f4df846a8eb665e57d54.tar.bz2 volse-hubzilla-a2c6f8c965a70caf26d4f4df846a8eb665e57d54.zip |
master/standalone directory profile update
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index f4568fc2f..4d3817a4f 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1055,6 +1055,7 @@ function import_directory_profile($hash,$profile) { dbesc($arr['xprof_country']) ); } + return; } |