Add the missing {/if}

This commit is contained in:
Mark Crane 2014-01-04 05:58:22 +00:00
parent ad697b610e
commit 1f93326188
4 changed files with 3 additions and 2 deletions

View File

@ -1904,5 +1904,6 @@ linekey.{$row.device_key_id}.type = {$row.device_key_type}
linekey.{$row.device_key_id}.xml_phonebook =
linekey.{$row.device_key_id}.label = {$row.device_key_label}
{/if}
{/foreach}

View File

@ -1936,8 +1936,6 @@ memorykey.{$row.device_key_id}.label = {$row.device_key_label}
memorykey.{$row.device_key_id}.xml_phonebook =
memorykey.{$row.device_key_id}.sub_type =
{else}
memorykey.1.type = NA
{/if}
{/foreach}

View File

@ -1904,6 +1904,7 @@ linekey.{$row.device_key_id}.type = {$row.device_key_type}
linekey.{$row.device_key_id}.xml_phonebook =
linekey.{$row.device_key_id}.label = {$row.device_key_label}
{/if}
{/foreach}

View File

@ -1403,6 +1403,7 @@ linekey.{$row.device_key_id}.type = {$row.device_key_type}
linekey.{$row.device_key_id}.xml_phonebook =
linekey.{$row.device_key_id}.label = {$row.device_key_label}
{/if}
{/foreach}