format all numbers

This commit is contained in:
osaajani 2019-11-29 03:07:39 +01:00
parent cadb63cbe8
commit 53fe0b11f3
8 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,7 @@
<tr>
<td><?php $this->s($contact['id']); ?></td>
<td><?php $this->s($contact['name']); ?></td>
<td><?php $this->s($contact['number']); ?></td>
<td><?php $this->s(\controllers\internals\Tool::phone_format($contact['number'])); ?></td>
<td><input type="checkbox" name="ids[]" value="<?php $this->s($contact['id']); ?>"></td>
</tr>
<?php } ?>