Ignore:
Timestamp:
Jul 27, 2004, 8:36:42 AM (20 years ago)
Author:
z0rglub
Message:

replacement of short_period with recent_period

File:
1 edited

Legend:

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

    r456 r460  
    600600        // We must find the date corresponding to :
    601601        // today - $conf['periode_courte']
    602         $date = time() - 60*60*24*$user['short_period'];
     602        $date = time() - 60*60*24*$user['recent_period'];
    603603        $page['where'] = " WHERE date_available > '";
    604604        $page['where'].= date( 'Y-m-d', $date )."'";
Note: See TracChangeset for help on using the changeset viewer.