projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
782e0b6
)
bugfix antispam
author
x2000habouzit
<x2000habouzit>
Tue, 31 Aug 2004 09:41:54 +0000
(09:41 +0000)
committer
x2000habouzit
<x2000habouzit>
Tue, 31 Aug 2004 09:41:54 +0000
(09:41 +0000)
htdocs/antispam.php
patch
|
blob
|
blame
|
history
diff --git
a/htdocs/antispam.php
b/htdocs/antispam.php
index
633b4b7
..
fe2a475
100644
(file)
--- a/
htdocs/antispam.php
+++ b/
htdocs/antispam.php
@@
-35,7
+35,7
@@
if (isset($_REQUEST['filtre']) and isset($_REQUEST['statut_filtre'])
}
}
-$result = $globals->db->query("SELECT FIND_IN_SET('drop', flags)
+$result = $globals->db->query("SELECT FIND_IN_SET('drop', flags)
!=0
FROM emails
WHERE uid = {$_SESSION['uid']} AND num = 0 AND find_in_set('active', flags)");
list($filtre) = mysql_fetch_row($result);