Update phonebook.xml
This commit is contained in:
parent
ec3e73a9ab
commit
a8ffecd96f
|
|
@ -46,8 +46,8 @@
|
|||
<Department></Department>
|
||||
<Job></Job>
|
||||
<Company></Company>
|
||||
{/if}
|
||||
{if $row.category == "groups"}
|
||||
</Contact>
|
||||
{elseif $row.category == "groups"}
|
||||
{$start_id=1}
|
||||
<Contact>
|
||||
<id>{$start_id}</id>
|
||||
|
|
@ -79,8 +79,8 @@
|
|||
<Department></Department>
|
||||
<Job></Job>
|
||||
<Company></Company>
|
||||
{/if}
|
||||
{if $row.category == "extensions"}
|
||||
</Contact>
|
||||
{elseif $row.category == "extensions"}
|
||||
{$start_id=1}
|
||||
<Contact>
|
||||
<id>{$start_id}</id>
|
||||
|
|
@ -112,12 +112,8 @@
|
|||
<Department></Department>
|
||||
<Job></Job>
|
||||
<Company></Company>
|
||||
</Contact>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</Contact>
|
||||
{/if}
|
||||
{/if}
|
||||
{/foreach}
|
||||
|
||||
</AddressBook>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue