Update of /cvsroot/bugzilla-fr/fr/fr/default
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32694/fr/default
Modified Files:
Tag: Branche_2_16
filterexceptions.pl
Log Message:
2.16.6 -> 2.16.8
Index: filterexceptions.pl
===================================================================
RCS file: /cvsroot/bugzilla-fr/fr/fr/default/filterexceptions.pl,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -C2 -d -r1.1 -r1.1.4.1
*** filterexceptions.pl 12 Dec 2003 15:57:41 -0000 1.1
--- filterexceptions.pl 7 Feb 2005 23:59:43 -0000 1.1.4.1
***************
*** 386,390 ****
'account/prefs/email.html.tmpl' => [
'watchedusers', # Email
! 'useqacontact ? \'5\' : \'4\'',
'role',
'reason.name',
--- 386,390 ----
'account/prefs/email.html.tmpl' => [
'watchedusers', # Email
! '(useqacontact AND usevotes) ? \'5\' : ((useqacontact OR usevotes) ? \'4\' : \'3\')',
'role',
'reason.name',
|