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 / modules [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 27 Jul 2002 18:30:26 | postnuke_official/html/modules/modules | pnadmin.php,1.22,1.23 pnadminapi.php,1.40,1.41 | Mike |
| allow hooks to be set | |||
Update of /home/cvsroot/postnuke_official/html/modules/modules
In directory ns7.hostnuke.net:/tmp/cvs-serv23996
Modified Files:
pnadmin.php pnadminapi.php
Log Message:
allow hooks to be set
Index: pnadmin.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/modules/pnadmin.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** pnadmin.php 10 Jul 2002 15:36:45 -0000 1.22
--- pnadmin.php 27 Jul 2002 18:30:24 -0000 1.23
***************
*** 169,173 ****
'admin',
'update',
! array('mid' => $id,
'displayname' => $newdisplayname,
'description' => $newdescription))) {
--- 169,173 ----
'admin',
'update',
! array('regid' => $id,
'displayname' => $newdisplayname,
'description' => $newdescription))) {
***************
*** 502,504 ****
return true;
}
! ?>
\ No newline at end of file
--- 502,504 ----
return true;
}
! ?>
Index: pnadminapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/modules/pnadminapi.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** pnadminapi.php 10 Jul 2002 15:35:18 -0000 1.40
--- pnadminapi.php 27 Jul 2002 18:30:24 -0000 1.41
***************
*** 123,127 ****
pn_tfunc)
VALUES (
! " . pnVarPrepForStore($dbconn->GenId($hookstable)) . ",
'" . pnVarPrepForStore($hookobject) . "',
'" . pnVarPrepForStore($hookaction) . "',
--- 123,127 ----
pn_tfunc)
VALUES (
! " . pnVarPrepForStore($dbconn->GenId($pntable['hooks'])) . ",
'" . pnVarPrepForStore($hookobject) . "',
'" . pnVarPrepForStore($hookaction) . "',
***************
*** 656,658 ****
}
! ?>
\ No newline at end of file
--- 656,658 ----
}
! ?>
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 |