diff options
Diffstat (limited to 'templates/my_groups_list.tpl')
| -rw-r--r-- | templates/my_groups_list.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/my_groups_list.tpl b/templates/my_groups_list.tpl index a8b3043..65b6152 100644 --- a/templates/my_groups_list.tpl +++ b/templates/my_groups_list.tpl @@ -44,7 +44,7 @@ <th>{tr}Action{/tr}</th> </tr> {foreach from=$publicGroups key=groupId item=group} - {if $group.used ne 'y' and $group.is_default ne 'y'} + {if $group.used ne 'y' && $group.is_default ne 'y'} <tr class="{cycle values="odd,even"}"> <td>{$group.group_name}</td> <td>{$group.group_desc}</td> |
