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] |
03 Oct 2002 04:41:24 | postnuke_modules/postcalendar | smarty_plugins.php,1.10,1.11 | Roger Raymond |
small bug fix in tplview list |
Update of /home/cvsroot/postnuke_modules/postcalendar In directory ns7.hostnuke.net:/tmp/cvs-serv6013 Modified Files: smarty_plugins.php Log Message: small bug fix in tplview list Index: smarty_plugins.php =================================================================== RCS file: /home/cvsroot/postnuke_modules/postcalendar/smarty_plugins.php,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** smarty_plugins.php 3 Oct 2002 04:01:15 -0000 1.10 --- smarty_plugins.php 3 Oct 2002 04:41:22 -0000 1.11 *************** *** 278,281 **** --- 278,284 ---- $tplview = pnVarCleanFromInput('tplview'); $viewtype = pnVarCleanFromInput('viewtype'); + if(!isset($viewtype)) { + $viewtype = 'month'; + } $output = new pnHTML();
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 |