break;
case 'prefecture japan':
$aRecord['name'] = trim(str_replace(' Prefecture', ' ', $aRecord['name']));
- break;
+ // intentionally no break
case 'state':
case '#us state':
case 'county':
break;
case 'settlement':
$bUnknown = true;
- break;
+ // intentionally no break
case 'french commune':
case 'italian comune':
case 'uk place':