diff options
author | friendica <info@friendica.com> | 2014-03-26 18:45:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-03-26 18:45:01 -0700 |
commit | ed14c1f224afadb5dd5417d4078f853ff97b30cb (patch) | |
tree | cd527019841d3b3bfd98e8cdefaf03154db64bb0 /mod/dirsearch.php | |
parent | 150bc9866a24303c86b78614b58b8d01a245b424 (diff) | |
download | volse-hubzilla-ed14c1f224afadb5dd5417d4078f853ff97b30cb.tar.gz volse-hubzilla-ed14c1f224afadb5dd5417d4078f853ff97b30cb.tar.bz2 volse-hubzilla-ed14c1f224afadb5dd5417d4078f853ff97b30cb.zip |
more work on firehose
Diffstat (limited to 'mod/dirsearch.php')
-rw-r--r-- | mod/dirsearch.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/dirsearch.php b/mod/dirsearch.php index 801be6189..0ace4ecae 100644 --- a/mod/dirsearch.php +++ b/mod/dirsearch.php @@ -324,6 +324,8 @@ function dir_parse_query($s) { function list_public_sites() { + + $r = q("select * from site where site_access != 0 and site_register !=0 order by rand()"); $ret = array('success' => false); |