selecting a status or category will not turn of folder search

This commit is contained in:
Uwe Steinmann 2014-07-23 20:51:45 +02:00
parent 30acacb10c
commit 0026f8c69c

View File

@ -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"];