1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2025-07-15 01:34:18 +02:00

fix for history pagination

This commit is contained in:
metys
2011-03-14 11:07:08 +00:00
parent fb659f4176
commit e5eaff7de9

View File

@ -169,7 +169,7 @@ sub get_public_list_paged {
to => $to->as_str( '%Y-%m-%d' ),
rows => $rows || [],
next_date => $next,
prev_date => $since
prev_date => ( $to - 8 )->as_str( '%Y-%m-%d' )
};
}