diff options
author | plegall <plg@piwigo.org> | 2014-03-28 13:24:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-03-28 13:24:14 +0000 |
commit | a6820e70bde7afc3e1b7ea537e4aff530675299b (patch) | |
tree | 9c7957d2afe6cba5b1712074005f8ef61a49055a /include | |
parent | 2b48fcc5cf4ffaeca33bf149f3e3094f3a756e58 (diff) |
bug 3065 fixed: avoid SQL errors with external authentication
git-svn-id: http://piwigo.org/svn/branches/2.6@27996 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | include/functions_mail.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php index 20dd9e610..8b6300b4b 100644 --- a/include/functions_mail.inc.php +++ b/include/functions_mail.inc.php @@ -440,7 +440,7 @@ SELECT WHERE i.status in (\'webmaster\', \'admin\') AND u.'.$conf['user_fields']['email'].' IS NOT NULL AND i.user_id <> '.$user['id'].' - ORDER BY username + ORDER BY name ;'; $admins = array_from_query($query); |