[geeklog-cvs] Geeklog-1.x/public_html/calendar event.php, 1.23, 1.24

Oliver ospiess at qs1489.pair.com
Tue Oct 9 21:57:46 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/calendar
In directory qs1489.pair.com:/tmp/cvs-serv83285

Modified Files:
	event.php 
Log Message:
fix batchdelete for calendar
use COM_showMessage
cosmetics

Index: event.php
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/calendar/event.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** event.php	5 May 2007 14:45:55 -0000	1.23
--- event.php	10 Oct 2007 01:57:44 -0000	1.24
***************
*** 577,581 ****
                      }
                      $cal_templates->set_var ('event_end', $thedatetime[0]);
!                 } elseif ($A['allday'] == 1 AND $A['datestart'] <> $A['dateend']) {
                      $thedatetime1 = strftime ('%A, ' . $_CONF['shortdate'],
                                               strtotime ($A['datestart']));
--- 577,581 ----
                      }
                      $cal_templates->set_var ('event_end', $thedatetime[0]);
!                 } else if ($A['allday'] == 1 AND $A['datestart'] <> $A['dateend']) {
                      $thedatetime1 = strftime ('%A, ' . $_CONF['shortdate'],
                                               strtotime ($A['datestart']));




More information about the geeklog-cvs mailing list