diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-20 20:28:16 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-20 20:28:16 -0700 |
commit | c10a4ca9c7422e2d68b3222e5c1a605ff6f456d6 (patch) | |
tree | 6978541be98954ee569bd48630d8c0ac6231e5a0 /include/zot.php | |
parent | e68a00d381925887009830b61bad03bba5fe0868 (diff) | |
download | volse-hubzilla-c10a4ca9c7422e2d68b3222e5c1a605ff6f456d6.tar.gz volse-hubzilla-c10a4ca9c7422e2d68b3222e5c1a605ff6f456d6.tar.bz2 volse-hubzilla-c10a4ca9c7422e2d68b3222e5c1a605ff6f456d6.zip |
re-arrange the html cache a bit
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index b9a06cdee..22a324edd 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2966,6 +2966,9 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { . "' where abook_xchan = '" . dbesc($clean['abook_xchan']) . "' and abook_channel = " . intval($channel['channel_id'])); } } + + + } } |