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 / installer [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 08 Aug 2002 19:34:09 | postnuke_official/html/modules/installer | pnadmin.php,1.5,1.6 | Paul Rosania |
| slightly more progress | |||
Update of /home/cvsroot/postnuke_official/html/modules/installer
In directory ns7.hostnuke.net:/tmp/cvs-serv13597/installer
Modified Files:
pnadmin.php
Log Message:
slightly more progress
Index: pnadmin.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/modules/installer/pnadmin.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** pnadmin.php 4 Aug 2002 20:18:23 -0000 1.5
--- pnadmin.php 8 Aug 2002 19:34:07 -0000 1.6
***************
*** 63,76 ****
return;
}
!
! $res = pnModAPIFunc('users', 'admin', 'update_user', array('uid' => 2,
! 'name' => $name
! 'uname' => $username,
! 'email' => $email,
! 'pass' => $password,
! 'url' => $url));
if (!isset($res) && pnExceptionMajor() != PN_NO_EXCEPTION) {
return;
}
}
--- 63,78 ----
return;
}
! /*
! $res = pnModAPIFunc('users', 'admin', 'update', array('uid' => 2,
! 'name' => $name,
! 'uname' => $username,
! 'email' => $email,
! 'pass' => $password,
! 'url' => $url));
if (!isset($res) && pnExceptionMajor() != PN_NO_EXCEPTION) {
return;
}
+ */
+ pnRedirect(pnModURL('blocks', 'admin'));
}
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 |