forked from GithubBackups/tinyib
Fix strict warning
This commit is contained in:
parent
abac35b01f
commit
c38a4b2e84
@ -562,7 +562,7 @@ class LikeWhereClause extends WhereClause
|
||||
$this->regexp = '/^' . str_replace('%','.*', preg_quote($value)) . '$/i';
|
||||
}
|
||||
|
||||
function testRow ($tablerow) {
|
||||
function testRow ($tablerow, $rowSchema = NULL) {
|
||||
return preg_match($this->regexp, $tablerow[$this->field]);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user