mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
Fix some undefined notice
This commit is contained in:
@@ -208,8 +208,8 @@ class OTS_Account extends OTS_Row_DAO implements IteratorAggregate, Countable
|
|||||||
}
|
}
|
||||||
|
|
||||||
$numberColumn = 'id';
|
$numberColumn = 'id';
|
||||||
if (!$searchOnlyById) {
|
|
||||||
$nameOrNumber = '';
|
$nameOrNumber = '';
|
||||||
|
if (!$searchOnlyById) {
|
||||||
if (USE_ACCOUNT_NAME) {
|
if (USE_ACCOUNT_NAME) {
|
||||||
$nameOrNumber = '`name`,';
|
$nameOrNumber = '`name`,';
|
||||||
} else if (USE_ACCOUNT_NUMBER) {
|
} else if (USE_ACCOUNT_NUMBER) {
|
||||||
|
Reference in New Issue
Block a user