From 52a3531e7e140077c7fd4ce82acfc085091fffb0 Mon Sep 17 00:00:00 2001 From: gweltas Date: Wed, 28 Jul 2004 17:21:58 +0000 Subject: Installation procedure update git-svn-id: http://piwigo.org/svn/trunk@463 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/user.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/user.inc.php') diff --git a/include/user.inc.php b/include/user.inc.php index 65222f3f6..05b91d738 100644 --- a/include/user.inc.php +++ b/include/user.inc.php @@ -35,8 +35,7 @@ $infos = array( 'id', 'username', 'mail_address', 'nb_image_line', 'maxheight', 'expand', 'show_nb_comments', 'recent_period', 'template', 'forbidden_categories' ); -$query_user = 'SELECT '.implode( ',', $infos ); -$query_user.= ' FROM '.USERS_TABLE; +$query_user = 'SELECT * FROM '.USERS_TABLE; $query_done = false; $user['is_the_guest'] = false; -- cgit v1.2.3