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 Sep 2002 15:19:46 | postnuke_modules/postcalendar | pnuser.php,1.55,1.56 | Roger Raymond |
| date format changes | |||
Update of /home/cvsroot/postnuke_modules/postcalendar
In directory ns7.hostnuke.net:/tmp/cvs-serv31706
Modified Files:
pnuser.php
Log Message:
date format changes
Index: pnuser.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pnuser.php,v
retrieving revision 1.55
retrieving revision 1.56
diff -C2 -d -r1.55 -r1.56
*** pnuser.php 10 Sep 2002 15:16:24 -0000 1.55
--- pnuser.php 10 Sep 2002 15:19:43 -0000 1.56
***************
*** 180,184 ****
$time = time();
$time += (pnUserGetVar('timezone_offset') - pnConfigGetVar('timezone_offset')) * 3600;
! $Date = ml_ftime('%m/%d/%Y',$time);
}
//list($month,$day,$year) = explode('/',$Date);
--- 180,184 ----
$time = time();
$time += (pnUserGetVar('timezone_offset') - pnConfigGetVar('timezone_offset')) * 3600;
! $Date = ml_ftime('%Y%m%d',$time);
}
//list($month,$day,$year) = explode('/',$Date);
***************
*** 695,699 ****
// PARSE event_sharing_block
//=================================================================
!
$data = array('0' => array('0',_PC_SHARE_PRIVATE),
'1' => array('1',_PC_SHARE_PUBLIC),
--- 695,699 ----
// PARSE event_sharing_block
//=================================================================
! /*
$data = array('0' => array('0',_PC_SHARE_PRIVATE),
'1' => array('1',_PC_SHARE_PUBLIC),
***************
*** 711,716 ****
$tpl->assign('EventSharingTitle', _PC_SHARING);
$tpl->assign('InputEventSharing','event_sharing');
//=================================================================
! // previously used location pulldown and javasript controls
//=================================================================
--- 711,717 ----
$tpl->assign('EventSharingTitle', _PC_SHARING);
$tpl->assign('InputEventSharing','event_sharing');
+ */
//=================================================================
! // previously used location pulldown and javascript controls
//=================================================================
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 |