From cc7eaa0d050cde57024eb7baff042513479ed0c4 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 7 Jul 2015 14:52:06 +0200 Subject: code style correction --- include/dir_fns.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/dir_fns.php b/include/dir_fns.php index 046f05a50..088c0ce96 100644 --- a/include/dir_fns.php +++ b/include/dir_fns.php @@ -113,8 +113,6 @@ function dir_sort_links() { $safe_mode = get_safemode_setting($observer); $globaldir = get_globaldir_setting($observer); - $suggest = ($_REQUEST['suggest']) ? '&suggest=' . $_REQUEST['suggest'] : ''; - // Build urls without order and pubforums so it's easy to tack on the changed value // Probably there's an easier way to do this @@ -123,8 +121,9 @@ function dir_sort_links() { if(! $directory_sort_order) $directory_sort_order = 'date'; - $current_order = (($_REQUEST['order']) ? $_REQUEST['order'] : $directory_sort_order); + $suggest = (($_REQUEST['suggest']) ? '&suggest=' . $_REQUEST['suggest'] : ''); + $url = 'directory?f='; $tmp = array_merge($_GET,$_POST); -- cgit v1.2.3