Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13919/includes
Modified Files:
event.php
Log Message:
Fixed month_event_lines, month_bottom popups, and all-day language on event.php.
Index: event.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/event.php,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** event.php 28 Jan 2004 07:27:23 -0000 1.26
--- event.php 16 May 2004 06:44:04 -0000 1.27
***************
*** 29,33 ****
}
if ($start == '' && $end == '' && (isset($start) && isset($end))) {
! $event_times = $all_day_lang;
}
--- 29,33 ----
}
if ($start == '' && $end == '' && (isset($start) && isset($end))) {
! $event_times = $lang['l_all_day'];
}
|