Note: this list is kept only as a demonstration for CVSNotice. For the latest CVS notices, see the Xaraya and Postnuke sites
View Statistics - Next Notice - Previous NoticeDirectory filter : [ all ] / postnuke_official / html / modules / groups [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 07 Aug 2002 04:17:13 | postnuke_official/html/modules/groups | pnuserapi.php,1.1,1.2 | st.ego |
| permissions call corrections | |||
Update of /home/cvsroot/postnuke_official/html/modules/groups
In directory ns7.hostnuke.net:/tmp/cvs-serv25380/html/modules/groups
Modified Files:
pnuserapi.php
Log Message:
permissions call corrections
Index: pnuserapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/groups/pnuserapi.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pnuserapi.php 7 Aug 2002 03:52:34 -0000 1.1
--- pnuserapi.php 7 Aug 2002 04:17:11 -0000 1.2
***************
*** 35,39 ****
$groupstable = $pntable['groups'];
! if (!pnSecAuthAction(0, 'Groups::', "::", ACCESS_EDIT)) {
pnSessionSetVar('errormsg', _GROUPSNOAUTH);
return false;
--- 35,39 ----
$groupstable = $pntable['groups'];
! if (!pnSecAuthAction(0, 'Groups::', "::", ACCESS_OVERVIEW)) {
pnSessionSetVar('errormsg', _GROUPSNOAUTH);
return false;
***************
*** 80,84 ****
// NEED TO PULL GROUP NAME FOR SECAUTH CALL
! if (!pnSecAuthAction(0, 'Groups::', "$name::$gid", ACCESS_READ)) {
pnSessionSetVar('errormsg', _GROUPSNOAUTH);
return false;
--- 80,84 ----
// NEED TO PULL GROUP NAME FOR SECAUTH CALL
! if (!pnSecAuthAction(0, 'Groups::', '::', ACCESS_READ)) {
pnSessionSetVar('errormsg', _GROUPSNOAUTH);
return false;
View Statistics - Next Notice - Previous Notice
| Visit Developer Site - Browse CVS Repository |
Syndicate via backend.rss (max. once per hour please) | Powered by CVSNotice 0.1.3 |