1
0
Fork 0

Updated roagen.php

This commit is contained in:
netravnen 2018-12-10 19:43:09 +01:00 committed by Christoffer
parent 36eee4ca4d
commit d846811613
1 changed files with 4 additions and 4 deletions

View File

@ -89,7 +89,7 @@ foreach($files as $file)
} else {
$ta = 'NULL';
}
if (isset($maxLength)) {
if ($ta == 'DN42' && isset($maxLength)) {
$mask = $maxLength;
}
$roas['roas'][$i]['maxLength'] = $mask;
@ -107,7 +107,7 @@ foreach($files as $file)
} else {
$ta = 'NULL';
}
if (isset($maxLength)) {
if ($ta == 'DN42' && isset($maxLength)) {
$mask = $maxLength;
}
$roas['roas'][$i]['maxLength'] = $mask;
@ -172,7 +172,7 @@ foreach($files as $file)
} else {
$ta = 'NULL';
}
if (isset($maxLength)) {
if ($ta == 'DN42' && isset($maxLength)) {
$mask = $maxLength;
}
$roas['roas'][$i]['maxLength'] = $mask;
@ -190,7 +190,7 @@ foreach($files as $file)
} else {
$ta = 'NULL';
}
if (isset($maxLength)) {
if ($ta == 'DN42' && isset($maxLength)) {
$mask = $maxLength;
}
$roas['roas'][$i]['maxLength'] = $mask;