diff options
author | friendica <info@friendica.com> | 2012-12-16 00:44:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-16 00:44:38 -0800 |
commit | 76b289504b440fb19a16e0c3deb8c787658506ab (patch) | |
tree | ffb7870fdf9b6dda1e80fbd48cab1b76434bc079 /mod/network.php | |
parent | 37974e5288adc391b32d72f5b4d6e9d698ee1777 (diff) | |
download | volse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.tar.gz volse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.tar.bz2 volse-hubzilla-76b289504b440fb19a16e0c3deb8c787658506ab.zip |
add live page loading and and endless scroll to home (mod_channel)
Diffstat (limited to 'mod/network.php')
-rw-r--r-- | mod/network.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mod/network.php b/mod/network.php index e19871602..7559de293 100644 --- a/mod/network.php +++ b/mod/network.php @@ -340,10 +340,6 @@ function network_content(&$a, $update = 0, $load = false) { } - - - - $contact_id = $a->cid; require_once('include/acl_selectors.php'); @@ -513,6 +509,7 @@ function network_content(&$a, $update = 0, $load = false) { '$search' => $search, '$order' => $order, '$file' => $file, + '$cats' =? '', '$dend' => $datequery, '$dbegin' => $datequery2 )); |