Ignore:
Timestamp:
Mar 7, 2007, 7:51:58 PM (17 years ago)
Author:
rub
Message:

0000662: Recent elements don't use sometimes time and not truncated datetime
&
Standardize system date used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r1873 r1876  
    4040  FROM '.CATEGORIES_TABLE.' INNER JOIN '.USER_CACHE_CATEGORIES_TABLE.'
    4141  ON id = cat_id and user_id = '.$user['id'].'
    42   WHERE date_last > SUBDATE(
     42  WHERE date_last >= SUBDATE(
    4343    CURRENT_DATE,INTERVAL '.$user['recent_period'].' DAY
    4444  )
Note: See TracChangeset for help on using the changeset viewer.