fix undefined var
This commit is contained in:
parent
b98d5a22ef
commit
6062446027
|
@ -45,13 +45,6 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php foreach ($groups as $group) { ?>
|
|
||||||
<tr>
|
|
||||||
<td><?php $this->s($group['name']); ?></td>
|
|
||||||
<td><?php $this->s($group['nb_contacts']); ?></td>
|
|
||||||
<td><input type="checkbox" name="ids[]" value="<?php $this->s($group['id']); ?>"></td>
|
|
||||||
</tr>
|
|
||||||
<?php } ?>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue