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 / postcalendar [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 10 Oct 2002 14:19:42 | postnuke_modules/postcalendar | pnuser.php,1.64,1.65 smarty_plugins.php,1.14,1.15 | Roger Raymond |
| none | |||
Update of /home/cvsroot/postnuke_modules/postcalendar
In directory ns7.hostnuke.net:/tmp/cvs-serv26319
Modified Files:
pnuser.php smarty_plugins.php
Log Message:
none
Index: pnuser.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pnuser.php,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** pnuser.php 7 Oct 2002 21:32:22 -0000 1.64
--- pnuser.php 10 Oct 2002 14:19:40 -0000 1.65
***************
*** 25,29 ****
*
*/
!
//=========================================================================
// Load the API Functions and Language defines
--- 25,29 ----
*
*/
! error_reporting(E_ALL);
//=========================================================================
// Load the API Functions and Language defines
Index: smarty_plugins.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/smarty_plugins.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** smarty_plugins.php 4 Oct 2002 00:39:55 -0000 1.14
--- smarty_plugins.php 10 Oct 2002 14:19:40 -0000 1.15
***************
*** 291,294 ****
--- 291,296 ----
$pcTemplate = pnVarPrepForOS(pnModGetVar('PostCalendar','pcTemplate'));
+ if(empty($pcTemplate)) $pcTemplate = 'default';
+
$viewlist = array();
$cdir = getcwd().'/modules/'.$mdir.'/pntemplates/'.$pcTemplate.'/views/'.$viewtype;
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 |