mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-21 17:06:22 +00:00
changedsince is > not >= :-)
This commit is contained in:
parent
9860f6a013
commit
060eeb1b54
@ -30,7 +30,7 @@ if ( $returnall !== true ) {
|
||||
}
|
||||
if ( !empty($changedsince) ) {
|
||||
if ( !empty($where) ) $where .= ' AND ';
|
||||
$where .= 'last_modified >= :changedsince';
|
||||
$where .= 'last_modified > :changedsince';
|
||||
$params[':changedsince'] = $changedsince;
|
||||
}
|
||||
if ( !empty($where)) $sql .= ' WHERE '.$where;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user