mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-24 06:03:49 +00:00
Swap else if for elseif
Trimming trailing whitespace also
This commit is contained in:
parent
365a466793
commit
65981f0edb
Notes:
Raimond Spekking
2012-03-12 20:46:25 +00:00
|
@ -52,7 +52,7 @@ class AbuseFilter {
|
|||
'rlike' => 'rlike',
|
||||
'irlike' => 'irlike',
|
||||
'cond ? iftrue : iffalse' => 'tern',
|
||||
'if cond then iftrue else iffalse end' => 'cond',
|
||||
'if cond then iftrue elseiffalse end' => 'cond',
|
||||
),
|
||||
'funcs' => array(
|
||||
'length(string)' => 'length',
|
||||
|
|
Loading…
Reference in a new issue