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.

This commit is contained in:
friendica
2013-02-19 17:13:23 -08:00
parent 8a474cbff5
commit 24eac8c656
2 changed files with 147 additions and 4 deletions

View File

@@ -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.