diff options
author | patdenice <patdenice@piwigo.org> | 2010-12-14 14:36:20 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2010-12-14 14:36:20 +0000 |
commit | e97974a42e64ee43d95cef258d65d9b022929dbe (patch) | |
tree | 00cef9ee9212ae653a8e266a2db51ad3dbe6c39b /include | |
parent | 21fe811c3b773af20a9e9d9932274cae16111cb1 (diff) |
feature 2060: Remove adviser from db structure.
Remove adviser from user_list page and some db queries.
git-svn-id: http://piwigo.org/svn/trunk@8131 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_mail.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php index b720a1eaf..5443781a7 100644 --- a/include/functions_mail.inc.php +++ b/include/functions_mail.inc.php @@ -304,7 +304,6 @@ from where I.user_id = U.'.$conf['user_fields']['id'].' and I.status in (\'webmaster\', \'admin\') and - I.adviser = \'false\' and '.$conf['user_fields']['email'].' is not null and I.user_id <> '.$user['id'].' order by |