Swap else if for elseif

Trimming trailing whitespace also
This commit is contained in:
Sam Reed 2011-06-17 16:25:46 +00:00
parent 365a466793
commit 65981f0edb
Notes: Raimond Spekking 2012-03-12 20:46:25 +00:00

View file

@ -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',