style(legacy): force semicolon on same line (#1534)
This commit is contained in:
parent
522d989cab
commit
8569af9328
85 changed files with 396 additions and 789 deletions
|
@ -136,8 +136,7 @@ class Application_Form_EditUser extends Zend_Form
|
|||
$count = CcSubjsQuery::create()
|
||||
->filterByDbLogin($p_login)
|
||||
->filterByDbId($p_userId, Criteria::NOT_EQUAL)
|
||||
->count()
|
||||
;
|
||||
->count();
|
||||
|
||||
if ($count != 0) {
|
||||
$this->getElement('cu_login')->setErrors([_('Login name is not unique.')]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue