mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
- no need to add 0 in $searchin array
This commit is contained in:
parent
07944315a8
commit
f147c04243
|
@ -561,7 +561,7 @@ class LetoDMS_Core_DMS {
|
|||
|
||||
// if none is checkd search all
|
||||
if (count($searchin)==0)
|
||||
$searchin=array( 0, 1, 2, 3, 4);
|
||||
$searchin=array(1, 2, 3, 4);
|
||||
|
||||
/*--------- Do it all over again for folders -------------*/
|
||||
if($mode & 0x2) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user