Alex Savenko
/
semena
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a9ea09b710596fcc4665bf97625d3f4ac13c0bf0
Authored by
Alex Savenko
2017-01-13 15:01:26 +0200
1 parent
15cb3366
testing
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/lib/models/basket.php
Inline
Side-by-side
src/lib/models/basket.php
Wrap text
Show/Hide comments
View file @
a9ea09b
...
...
@@ -319,7 +319,7 @@ class basket extends \db
319
319
SELECT *
320
320
FROM public.basket
321
321
WHERE
322
- last_mod < CURRENT_TIMESTAMP - INTERVAL '
1
day'
322
+ last_mod < CURRENT_TIMESTAMP - INTERVAL '
3
day'
323
323
",
324
324
[
325
325
...
...