mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +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
|
* also all folders of that user because the status doesn't apply
|
||||||
* to folders.
|
* to folders.
|
||||||
*/
|
*/
|
||||||
if($status)
|
// if($status)
|
||||||
$resultmode = 0x01;
|
// $resultmode = 0x01;
|
||||||
|
|
||||||
// category
|
// category
|
||||||
$categories = array();
|
$categories = array();
|
||||||
|
@ -353,8 +353,8 @@ if(isset($_GET["fullsearch"]) && $_GET["fullsearch"]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Do not search for folders if result shall be filtered by categories. */
|
/* Do not search for folders if result shall be filtered by categories. */
|
||||||
if($categories)
|
// if($categories)
|
||||||
$resultmode = 0x01;
|
// $resultmode = 0x01;
|
||||||
|
|
||||||
if (isset($_GET["attributes"]))
|
if (isset($_GET["attributes"]))
|
||||||
$attributes = $_GET["attributes"];
|
$attributes = $_GET["attributes"];
|
||||||
|
|
Loading…
Reference in New Issue
Block a user