diff options
author | z0rglub <z0rglub@piwigo.org> | 2004-07-09 21:00:00 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2004-07-09 21:00:00 +0000 |
commit | f007a28bf6a40632e06f227a59f45d525136f9f4 (patch) | |
tree | 485c61ab3eb812b1807bd0d40ee682964dd59d1d /include/user.inc.php | |
parent | 2cf37f308e0d530fa642b016dfb4a0db24b5a883 (diff) |
replacement of short_period and long_period by recent_period
git-svn-id: http://piwigo.org/svn/trunk@452 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/user.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/user.inc.php b/include/user.inc.php index a02c50785..65222f3f6 100644 --- a/include/user.inc.php +++ b/include/user.inc.php @@ -32,8 +32,8 @@ // status --> $user['status'] $infos = array( 'id', 'username', 'mail_address', 'nb_image_line', 'nb_line_page', 'status', 'language', 'maxwidth', - 'maxheight', 'expand', 'show_nb_comments', 'short_period', - 'long_period', 'template', 'forbidden_categories' ); + 'maxheight', 'expand', 'show_nb_comments', 'recent_period', + 'template', 'forbidden_categories' ); $query_user = 'SELECT '.implode( ',', $infos ); $query_user.= ' FROM '.USERS_TABLE; |