Ignore:
Timestamp:
Jul 9, 2004, 11:00:00 PM (20 years ago)
Author:
z0rglub
Message:

replacement of short_period and long_period by recent_period

File:
1 edited

Legend:

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

    r405 r452  
    3333$infos = array( 'id', 'username', 'mail_address', 'nb_image_line',
    3434                'nb_line_page', 'status', 'language', 'maxwidth',
    35                 'maxheight', 'expand', 'show_nb_comments', 'short_period',
    36                 'long_period', 'template', 'forbidden_categories' );
     35                'maxheight', 'expand', 'show_nb_comments', 'recent_period',
     36                'template', 'forbidden_categories' );
    3737
    3838$query_user = 'SELECT '.implode( ',', $infos );
Note: See TracChangeset for help on using the changeset viewer.