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_modules / nascar [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 10 Aug 2002 06:34:56 | postnuke_modules/nascar | pnadmin.php,1.1,1.2 | George Neill |
| + put in a call to pnGetStatusMsg() for error retrieval. Not quite sure if this is the best way to do this ? | |||
Update of /home/cvsroot/postnuke_modules/nascar
In directory ns7.hostnuke.net:/tmp/cvs-serv29983
Modified Files:
pnadmin.php
Log Message:
+ put in a call to pnGetStatusMsg() for error retrieval. Not quite sure if this is the best way to do this ?
GNeill 2002.08.10
Index: pnadmin.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/nascar/pnadmin.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pnadmin.php 10 Aug 2002 06:02:33 -0000 1.1
--- pnadmin.php 10 Aug 2002 06:34:54 -0000 1.2
***************
*** 51,55 ****
$data['nascar_season'] = pnML(pnVarPrepForDisplay(_NASCARSEASON));
$data['nascar_tracks'] = pnML(pnVarPrepForDisplay(_NASCARTRACKS));
! $data['status'] = '';
return $data;
--- 51,55 ----
$data['nascar_season'] = pnML(pnVarPrepForDisplay(_NASCARSEASON));
$data['nascar_tracks'] = pnML(pnVarPrepForDisplay(_NASCARTRACKS));
! $data['status'] = pnGetStatusMsg();
return $data;
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 |