]> 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:22:58 +0000 (05:22 +0000)
committerlpsolit%gmail.com <>
Fri, 20 Jul 2007 05:22:58 +0000 (05:22 +0000)
template/en/default/admin/users/confirm-delete.html.tmpl

index 5b28aad75ee2327b712c6dcf01f4825ee42f099c..424f2396c0550985e2f781d804bdef6d53d22355 100644 (file)
@@ -67,7 +67,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>