diff --git a/inc/tz/list.php b/inc/tz/list.php index 1ed307d7..b3b4c399 100644 --- a/inc/tz/list.php +++ b/inc/tz/list.php @@ -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;