mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +00:00
start and end date of expiration are within the range in search()
This commit is contained in:
parent
e23b9f09ad
commit
37a30e6082
|
@ -1327,7 +1327,7 @@ class SeedDMS_Core_DMS {
|
||||||
}
|
}
|
||||||
|
|
||||||
$queryStr .=
|
$queryStr .=
|
||||||
"WHERE `tblDocuments`.`expires` > ".$startts." AND `tblDocuments`.`expires` < ".$endts." ";
|
"WHERE `tblDocuments`.`expires` >= ".$startts." AND `tblDocuments`.`expires` <= ".$endts." ";
|
||||||
|
|
||||||
$user = $param1;
|
$user = $param1;
|
||||||
$orderby = $param3;
|
$orderby = $param3;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user