Subversion Repositories wpShopGermany4

Compare Revisions

Ignore whitespace Rev 8134 → Rev 8135

/admin/versandzonen_list.phtml
13,8 → 13,12
foreach ($arShipping as $s_key => $s) {
$arShippingPreset[$s_key] = $s['name'];
if (intval($s['deleted']) !== 1 && intval($s['active']) === 1) {
$arShippingPreset[$s_key] = $s['name'];
 
}
}
?>