aboutsummaryrefslogtreecommitdiffstats
path: root/include/functions_mail.inc.php
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2007-02-16 06:24:25 +0000
committerrub <rub@piwigo.org>2007-02-16 06:24:25 +0000
commit1ddc82e5104c6daa52723f3b5cac88b941200a33 (patch)
treec3b28fc5385a9a7b25e6b1ab72a7e3edbc907a1b /include/functions_mail.inc.php
parentd9b6ce8e875128e0bcac16c09db67636370856d0 (diff)
- reduced size of clear/wipi theme.css by combining selectors with identical
content - don't send comment/user notification to admin/adviser git-svn-id: http://piwigo.org/svn/trunk@1828 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_mail.inc.php')
-rw-r--r--include/functions_mail.inc.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions_mail.inc.php b/include/functions_mail.inc.php
index f26af9a83..7307781f2 100644
--- a/include/functions_mail.inc.php
+++ b/include/functions_mail.inc.php
@@ -174,7 +174,8 @@ from
'.USER_INFOS_TABLE.' as I
where
I.user_id = U.'.$conf['user_fields']['id'].' and
- I.status in (\'webmaster\', \'admin\') and
+ I.status in (\'webmaster\', \'admin\') and
+ I.adviser = \'false\' and
'.$conf['user_fields']['email'].' is not null
order by
username