diff options
author | friendica <info@friendica.com> | 2015-03-21 16:46:28 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-03-21 16:46:28 -0700 |
commit | a2e3ca6fd8ba8c0630de089d772fdd668b84428b (patch) | |
tree | 66396776eb293108450c98f2ec1047cafda0fcb5 /mod/search.php | |
parent | 85dd08427c6067554762854c584eae0ca90fea43 (diff) | |
download | volse-hubzilla-a2e3ca6fd8ba8c0630de089d772fdd668b84428b.tar.gz volse-hubzilla-a2e3ca6fd8ba8c0630de089d772fdd668b84428b.tar.bz2 volse-hubzilla-a2e3ca6fd8ba8c0630de089d772fdd668b84428b.zip |
add loadtime search to channel and fix it for home. display and search need further investigation
Diffstat (limited to 'mod/search.php')
-rw-r--r-- | mod/search.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/search.php b/mod/search.php index 02b250bbe..4d66086f8 100644 --- a/mod/search.php +++ b/mod/search.php @@ -14,6 +14,10 @@ function search_content(&$a,$update = 0, $load = false) { return; } } + + if($load) + $_SESSION['loadtime'] = datetime_convert(); + nav_set_selected('search'); require_once("include/bbcode.php"); |