diff options
author | friendica <info@friendica.com> | 2013-02-19 17:13:23 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-19 17:13:23 -0800 |
commit | 24eac8c65614a71ac1ec0ffec8bcf877c1fa0355 (patch) | |
tree | f7536e16882a3f8b01bb15782254a66dd19668f2 /include/zot.php | |
parent | 8a474cbff57971da7c911ea84a5331e0588cd65e (diff) | |
download | volse-hubzilla-24eac8c65614a71ac1ec0ffec8bcf877c1fa0355.tar.gz volse-hubzilla-24eac8c65614a71ac1ec0ffec8bcf877c1fa0355.tar.bz2 volse-hubzilla-24eac8c65614a71ac1ec0ffec8bcf877c1fa0355.zip |
the heavy lifting is done for location migration aka channel import - now it's just connecting all the dots. Don't get impatient, there are a lot of dots.
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 4fcf518f5..524f958ad 100644 --- a/include/zot.php +++ b/include/zot.php @@ -19,7 +19,7 @@ function zot_new_uid($channel_nick) { /** * - * Given an array of zot_uid(s), return all distinct hubs + * Given an array of zot hashes, return all distinct hubs * If primary is true, return only primary hubs * Result is ordered by url to assist in batching. * Return only the first primary hub as there should only be one. |