]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 388171: User privs are not displayed correctly when deleting a user account ...
authorlpsolit%gmail.com <>
Fri, 20 Jul 2007 05:24:41 +0000 (05:24 +0000)
committerlpsolit%gmail.com <>
Fri, 20 Jul 2007 05:24:41 +0000 (05:24 +0000)
template/en/default/admin/users/confirm-delete.html.tmpl

index 0fd4aafa70b6699657ed9537551f3aa4e91c30d2..ef986fd9a809e5bd3907cd9220b50262f1213a73 100644 (file)
@@ -73,7 +73,7 @@
   <tr>
     <th>Group set:</th>
     <td>
-      [% IF groups.size %]
+      [% IF otheruser.groups.size %]
         <ul>
           [% FOREACH group = otheruser.groups.keys %]
             <li>[% group FILTER html %]</li>