no message
This commit is contained in:
parent
e3238be467
commit
d43429532f
@ -34,12 +34,12 @@ class Tool extends Base {
|
|||||||
$character = "o";
|
$character = "o";
|
||||||
|
|
||||||
if (stripos($oMetHodsRow->name, $sLike) !== false) {
|
if (stripos($oMetHodsRow->name, $sLike) !== false) {
|
||||||
$str .= "<br>";
|
$str .= "\n\n";
|
||||||
$str .= $oMetHodsRow->name;
|
$str .= $oMetHodsRow->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
$str .= "<br>";
|
$str .= "\n\n";
|
||||||
$str .= $oMetHodsRow->name;
|
$str .= $oMetHodsRow->name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user