mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
selecting a status or category will not turn of folder search
This commit is contained in:
parent
30acacb10c
commit
0026f8c69c
|
@ -340,8 +340,8 @@ if(isset($_GET["fullsearch"]) && $_GET["fullsearch"]) {
|
|||
* also all folders of that user because the status doesn't apply
|
||||
* to folders.
|
||||
*/
|
||||
if($status)
|
||||
$resultmode = 0x01;
|
||||
// if($status)
|
||||
// $resultmode = 0x01;
|
||||
|
||||
// category
|
||||
$categories = array();
|
||||
|
@ -353,8 +353,8 @@ if(isset($_GET["fullsearch"]) && $_GET["fullsearch"]) {
|
|||
}
|
||||
|
||||
/* Do not search for folders if result shall be filtered by categories. */
|
||||
if($categories)
|
||||
$resultmode = 0x01;
|
||||
// if($categories)
|
||||
// $resultmode = 0x01;
|
||||
|
||||
if (isset($_GET["attributes"]))
|
||||
$attributes = $_GET["attributes"];
|
||||
|
|
Loading…
Reference in New Issue
Block a user