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 / pnlang / eng [ view in CVS ]
| Date | Directory [filter] | File(s) [view] | Author [filter] |
| 02 Oct 2002 12:47:09 | postnuke_modules/postcalendar/pnlang/eng | admin.php,1.17,1.18 userapi.php,1.21,1.22 | Roger Raymond |
| change link in admin from php date to php strftime | |||
Update of /home/cvsroot/postnuke_modules/postcalendar/pnlang/eng
In directory ns7.hostnuke.net:/tmp/cvs-serv22755/pnlang/eng
Modified Files:
admin.php userapi.php
Log Message:
change link in admin from php date to php strftime
Index: admin.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pnlang/eng/admin.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** admin.php 7 Sep 2002 15:39:38 -0000 1.17
--- admin.php 2 Oct 2002 12:47:06 -0000 1.18
***************
*** 154,158 ****
define('_PC_EVENT_SUBMISSION_FAILED', 'Your submission failed.');
define('_PC_EVENT_SUBMISSION_SUCCESS', 'Your event has been submitted.');
! define('_PC_EVENT_DATE_FORMAT', 'Date Display Format <i>uses php <a href="http://php.net/date">date</a> format');
// category admin defines
--- 154,158 ----
define('_PC_EVENT_SUBMISSION_FAILED', 'Your submission failed.');
define('_PC_EVENT_SUBMISSION_SUCCESS', 'Your event has been submitted.');
! define('_PC_EVENT_DATE_FORMAT', 'Date Display Format <i>uses php <a href="http://php.net/strftime">strftime</a> format');
// category admin defines
Index: userapi.php
===================================================================
RCS file: /home/cvsroot/postnuke_modules/postcalendar/pnlang/eng/userapi.php,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** userapi.php 2 Oct 2002 12:42:56 -0000 1.21
--- userapi.php 2 Oct 2002 12:47:06 -0000 1.22
***************
*** 5,9 ****
* PostCalendar::PostNuke Events Calendar Module
* Copyright (C) 2002 The PostCalendar Team
! * http://www.alyousif.tv/cal
*
* This program is free software; you can redistribute it and/or modify
--- 5,9 ----
* PostCalendar::PostNuke Events Calendar Module
* Copyright (C) 2002 The PostCalendar Team
! * http://pc.bahraini.tv
*
* This program is free software; you can redistribute it and/or modify
***************
*** 33,39 ****
//=========================================================================
define('_GETFAILED', 'Items load failed');
! if (!defined('_TEMPLATENOAUTH')) {
! define('_TEMPLATENOAUTH','Not authorised to access Template module');
! }
define('_CALJAN', 'January');
define('_CALFEB', 'February');
--- 33,37 ----
//=========================================================================
define('_GETFAILED', 'Items load failed');
!
define('_CALJAN', 'January');
define('_CALFEB', 'February');
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 |