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 [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 28 Jul 2002 03:51:09 | postnuke_official/html | index.php,1.71,1.72 | Paul Rosania |
| centralized cancelling system | |||
Update of /home/cvsroot/postnuke_official/html
In directory ns7.hostnuke.net:/tmp/cvs-serv27893
Modified Files:
index.php
Log Message:
centralized cancelling system
Index: index.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/index.php,v
retrieving revision 1.71
retrieving revision 1.72
diff -C2 -d -r1.71 -r1.72
*** index.php 8 Jul 2002 00:35:04 -0000 1.71
--- index.php 28 Jul 2002 03:51:06 -0000 1.72
***************
*** 45,52 ****
}
! // Run the function
//ob_start();
! $return = pnModFunc($loadedmod, $type, $func);
!
// TODO <marco> Enable this code only on debug!
/*if (ob_get_length() > 0) {
--- 45,56 ----
}
! // Run the function - also handle cancel button clicking
//ob_start();
! if (pnVarCleanFromInput('cancel')) {
! $return = pnModFunc($loadedmod, $type);
! } else {
! $return = pnModFunc($loadedmod, $type, $func);
! }
!
// TODO <marco> Enable this code only on debug!
/*if (ob_get_length() > 0) {
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 |