name2 -> owner_name (or orderName)

This commit is contained in:
2020-04-15 02:44:06 +09:00
parent 8428649377
commit c0fee32c4c
18 changed files with 62 additions and 1376 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ foreach($types as $idx=>[$typeName, $typeValue]) {
$general += $aux;
if(key_exists($general['owner'], $ownerNameList)){
$general['owner_name'] = $ownerNameList[$general['owner']];
$general['ownerName'] = $ownerNameList[$general['owner']];
}
if(!key_exists('bgColor', $general)){