1
0
Fork 0

Updated roagen.php

This commit is contained in:
netravnen 2018-12-10 21:18:22 +01:00 committed by Christoffer
parent 0f7930a171
commit d12f0ff63f
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ foreach($files as $file)
$ta = 'NULL';
}*/
$roas['roas'][$i]['maxLength'] = $mask;
$roas['roas'][$i]['ta'] = $ta;
$roas['roas'][$i]['ta'] = (empty($ta) ? NULL : $ta);
$i++;
}
}
@ -188,7 +188,7 @@ foreach($files as $file)
$ta = 'NULL';
}*/
$roas['roas'][$i]['maxLength'] = $mask;
$roas['roas'][$i]['ta'] = $ta;
$roas['roas'][$i]['ta'] = (empty($ta) ? NULL : $ta);
$i++;
}
}