Changeset 1279


Ignore:
Timestamp:
Apr 26, 2006, 11:27:02 PM (18 years ago)
Author:
plg
Message:

bug 347 fixed: need add_session_id function for identification without
cookie (this correction can't be merge to current trunk because cookies are
now mandatory).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_5/admin/group_list.php

    r1005 r1279  
    163163      'MEMBERS' => sprintf(l10n('%d members'), $counter),
    164164      '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'])
    167167      )
    168168    );
Note: See TracChangeset for help on using the changeset viewer.