Fixing style errors.
This commit is contained in:
parent
3e1e37211b
commit
46dab68dd0
@ -170,7 +170,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
|
|||||||
"ErrorCantUseRazInStartedYearIfNoYearMonthInMask",
|
"ErrorCantUseRazInStartedYearIfNoYearMonthInMask",
|
||||||
"ErrorCounterMustHaveMoreThan3Digits",
|
"ErrorCounterMustHaveMoreThan3Digits",
|
||||||
"ErrorBadMaskBadRazMonth",
|
"ErrorBadMaskBadRazMonth",
|
||||||
"ErrorCantUseRazWithYearOnOneDigit",
|
"ErrorCantUseRazWithYearOnOneDigit",
|
||||||
);
|
);
|
||||||
if ($type != 1) {
|
if ($type != 1) {
|
||||||
$examplecust = $this->getNextValue($objsoc, 0);
|
$examplecust = $this->getNextValue($objsoc, 0);
|
||||||
@ -204,7 +204,7 @@ class mod_codeclient_elephant extends ModeleThirdPartyCode
|
|||||||
} else {
|
} else {
|
||||||
if ($error == 1) {
|
if ($error == 1) {
|
||||||
return $examplecust.' '.$examplesup;
|
return $examplecust.' '.$examplesup;
|
||||||
}else{
|
} else {
|
||||||
return $examplecust.'<br>'.$examplesup;
|
return $examplecust.'<br>'.$examplesup;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user