progress on tag delivery

This commit is contained in:
friendica
2013-02-11 00:20:14 -08:00
parent 191af201fb
commit ba3cff6d9a
8 changed files with 17 additions and 15 deletions

View File

@@ -608,7 +608,7 @@ function network_content(&$a, $update = 0, $load = false) {
xchan_query($items);
$items = fetch_post_tags($items);
$items = fetch_post_tags($items,true);
}
elseif($update) {
@@ -670,7 +670,7 @@ function network_content(&$a, $update = 0, $load = false) {
$third = dba_timer();
$items = fetch_post_tags($items);
$items = fetch_post_tags($items,true);
$fourth = dba_timer();