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 / includes [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 05 Aug 2002 17:53:10 | postnuke_official/html/includes | pnTemplate.php,1.42,1.43 | John Robeson |
| changed exception message for rabbitt | |||
Update of /home/cvsroot/postnuke_official/html/includes
In directory ns7.hostnuke.net:/tmp/cvs-serv1689/html/includes
Modified Files:
pnTemplate.php
Log Message:
changed exception message for rabbitt
Index: pnTemplate.php
===================================================================
RCS file: /home/cvsroot/postnuke_official/html/includes/pnTemplate.php,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -d -r1.42 -r1.43
*** pnTemplate.php 4 Aug 2002 03:49:59 -0000 1.42
--- pnTemplate.php 5 Aug 2002 17:53:07 -0000 1.43
***************
*** 652,656 ****
extract($args, EXTR_OVERWRITE);
} else {
! $msg = pnML('Could not locate template source for function \'#(1)\' in module \'#(2)\', missing file path is: \'#(3)\'.', $func, $moddir, $template_sourcefile);
pnExceptionSet(PN_SYSTEM_EXCEPTION, 'UNKNOWN',
new SystemException(__FILE__.'('.__LINE__.'): '.$msg));
--- 652,656 ----
extract($args, EXTR_OVERWRITE);
} else {
! $msg = pnML('Incorrect format for args -- Must be an array of arguments');
pnExceptionSet(PN_SYSTEM_EXCEPTION, 'UNKNOWN',
new SystemException(__FILE__.'('.__LINE__.'): '.$msg));
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 |