issue #578 - this won't fix old items but should work going forward. The extra time slop shouldn't be needed and will in fact result in possibly undesired redundancy.
This commit is contained in:
@@ -4056,7 +4056,7 @@ function zot_feed($uid,$observer_xchan,$mindate) {
|
||||
}
|
||||
|
||||
if($mindate != '0000-00-00 00:00:00') {
|
||||
$sql_extra .= " and created > '$mindate' ";
|
||||
$sql_extra .= " and ( created > '$mindate' or edited > '$mindate' ) ";
|
||||
$limit = "";
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user