aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_privmsgs.php
diff options
context:
space:
mode:
authorGraham Eames <grahamje@users.sourceforge.net>2006-03-14 20:32:18 +0000
committerGraham Eames <grahamje@users.sourceforge.net>2006-03-14 20:32:18 +0000
commit5f0f004a0f915599ba4b6e445da26830e32d560a (patch)
treee098a5af94253c6621c0d3a4cd690fd7c2fc04c3 /phpBB/includes/functions_privmsgs.php
parent9df616d18a9852d2ba3352533e66c57222dba82f (diff)
downloadforums-5f0f004a0f915599ba4b6e445da26830e32d560a.tar
forums-5f0f004a0f915599ba4b6e445da26830e32d560a.tar.gz
forums-5f0f004a0f915599ba4b6e445da26830e32d560a.tar.bz2
forums-5f0f004a0f915599ba4b6e445da26830e32d560a.tar.xz
forums-5f0f004a0f915599ba4b6e445da26830e32d560a.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@5630 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_privmsgs.php')
-rw-r--r--phpBB/includes/functions_privmsgs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_privmsgs.php b/phpBB/includes/functions_privmsgs.php
index ffe81a58b4..800f6a9620 100644
--- a/phpBB/includes/functions_privmsgs.php
+++ b/phpBB/includes/functions_privmsgs.php
@@ -76,7 +76,7 @@ $global_privmsgs_rules = array(
CHECK_STATUS => array(
RULE_ANSWERED => array('check0' => 'replied', 'function' => '{CHECK0} == 1'),
- RULE_FORWARDED => array('check0' => 'forwarded', 'function' => '{CHECK0} == 1'),
+ RULE_FORWARDED => array('check0' => 'forwarded', 'function' => '{CHECK0} == 1')),
CHECK_TO => array(
RULE_TO_GROUP => array('check0' => 'to', 'check1' => 'bcc', 'check2' => 'user_in_group', 'function' => 'in_array("g_" . {CHECK2}, {CHECK0}) || in_array("g_" . {CHECK2}, {CHECK1})'),