Fixed passing of 'search_path' in page links.
authorjollytoad <jollytoad>
Wed, 13 Oct 2004 10:14:24 +0000 (10:14 +0000)
committerjollytoad <jollytoad>
Wed, 13 Oct 2004 10:14:24 +0000 (10:14 +0000)
display.php

index 065a9941222e561c7e67301f91a4cc4d708f6eda..94c52aa6c1af1f9d5286cc13c47d8c067f2835e7 100644 (file)
@@ -9,7 +9,7 @@
         * @param $return_desc The return link name
         * @param $page The current page
         *
-        * $Id: display.php,v 1.45 2004/09/02 13:53:56 jollytoad Exp $
+        * $Id: display.php,v 1.46 2004/10/13 10:14:24 jollytoad Exp $
         */
 
        // Include application functions
                if (isset($_REQUEST['count'])) $str .= "&amp;count=" . urlencode($_REQUEST['count']);
                if (isset($_REQUEST['return_url'])) $str .= "&amp;return_url=" . urlencode($_REQUEST['return_url']);
                if (isset($_REQUEST['return_desc'])) $str .= "&amp;return_desc=" . urlencode($_REQUEST['return_desc']);
+               if (isset($_REQUEST['search_path'])) $str .= "&amp;search_path=" . urlencode($_REQUEST['search_path']);
                
                // This string just contains sort info
                $str2 = "sortkey=" . urlencode($_REQUEST['sortkey']) .