From 90fff1de1c81eca9cdca8c41ec8083b72965b4a2 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 6 Dec 2013 00:11:03 -0800 Subject: doc updates --- doc/html/mod_2network_8php.html | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'doc/html/mod_2network_8php.html') diff --git a/doc/html/mod_2network_8php.html b/doc/html/mod_2network_8php.html index df2ec7124..fa143845a 100644 --- a/doc/html/mod_2network_8php.html +++ b/doc/html/mod_2network_8php.html @@ -116,8 +116,6 @@ Functions    saved_searches ($search)   - network_query_get_sel_tab ($a) -   network_content (&$a, $update=0, $load=false)   @@ -170,27 +168,6 @@ Functions
-
- - -
-
- - - - - - - - -
network_query_get_sel_tab ( $a)
-
-

Return selected tab from query

-

urls -> returns '/network' => $no_active = 'active' '/network?f=&order=comment' => $comment_active = 'active' '/network?f=&order=post' => $postord_active = 'active' '/network?f=&conv=1', => $conv_active = 'active' '/network/new', => $new_active = 'active' '/network?f=&star=1', => $starred_active = 'active' '/network?f=&spam=1', => $spam_active = 'active'

-
Returns
Array ( $no_active, $comment_active, $postord_active, $conv_active, $new_active, $starred_active, $spam_active );
- -

Referenced by network_content(), and network_init().

-
-- cgit v1.2.3