From 4b4e8a4663301b404ca6bb8f92ec1cfbeb7507a9 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 18 Oct 2005 22:29:21 +0000 Subject: - bug 172 fixed: crash when changing password with an external users table. The same kind of correction was also made in picture.php and register.php. git-svn-id: http://piwigo.org/svn/trunk@902 68402e56-0260-453c-a942-63ccdbb3a9ee --- profile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile.php') diff --git a/profile.php b/profile.php index 170b14913..4a85467e6 100644 --- a/profile.php +++ b/profile.php @@ -77,7 +77,7 @@ if (isset($_POST['validate'])) // changing password requires old password $query = ' -SELECT password +SELECT '.$conf['user_fields']['password'].' AS password FROM '.USERS_TABLE.' WHERE '.$conf['user_fields']['id'].' = \''.$userdata['id'].'\' ;'; -- cgit v1.2.3