Changeset 1279 for branches/branch-1_5
- Timestamp:
- Apr 26, 2006, 11:27:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_5/admin/group_list.php
r1005 r1279 163 163 'MEMBERS' => sprintf(l10n('%d members'), $counter), 164 164 'U_MEMBERS' => $members_url.$row['id'], 165 'U_DELETE' => $del_url.$row['id'],166 'U_PERM' => $perm_url.$row['id']165 'U_DELETE' => add_session_id($del_url.$row['id']), 166 'U_PERM' => add_session_id($perm_url.$row['id']) 167 167 ) 168 168 );
Note: See TracChangeset
for help on using the changeset viewer.