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).


git-svn-id: http://piwigo.org/svn/branches/branch-1_5@1279 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2006-04-26 21:27:02 +00:00
parent 5865079907
commit 59d2febb48
+2 -2
View File
@@ -162,8 +162,8 @@ SELECT COUNT(*)
'NAME' => $row['name'],
'MEMBERS' => sprintf(l10n('%d members'), $counter),
'U_MEMBERS' => $members_url.$row['id'],
'U_DELETE' => $del_url.$row['id'],
'U_PERM' => $perm_url.$row['id']
'U_DELETE' => add_session_id($del_url.$row['id']),
'U_PERM' => add_session_id($perm_url.$row['id'])
)
);
}