DbLayeroo : error parenthesis
This commit is contained in:
@@ -1472,11 +1472,11 @@ class Dblayeroo
|
|||||||
$this->DBException("Parameter foreign invalid: " .
|
$this->DBException("Parameter foreign invalid: " .
|
||||||
"parameter 1 is not a string");
|
"parameter 1 is not a string");
|
||||||
}
|
}
|
||||||
if (mb_strlen($params[0] > 64)) {
|
if (mb_strlen($params[0]) > 64) {
|
||||||
$this->DBException("Parameter foreign invalid: " .
|
$this->DBException("Parameter foreign invalid: " .
|
||||||
"parameter 0 is too long");
|
"parameter 0 is too long");
|
||||||
}
|
}
|
||||||
if (mb_strlen($params[1] > 64)) {
|
if (mb_strlen($params[1]) > 64) {
|
||||||
$this->DBException("Parameter foreign invalid: " .
|
$this->DBException("Parameter foreign invalid: " .
|
||||||
"parameter 1 is too long");
|
"parameter 1 is too long");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user