[Vtigercrm-commits] [vtiger-commits] r9565 - /vtigercrm/branches/5.0.1/modules/Calendar/calendarLayout.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 5 09:02:26 EDT 2006
Author: richie
Date: Thu Oct 5 07:02:22 2006
New Revision: 9565
Log:
changes made to fix the issue in Week view --Minnie
Modified:
vtigercrm/branches/5.0.1/modules/Calendar/calendarLayout.php
Modified: vtigercrm/branches/5.0.1/modules/Calendar/calendarLayout.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Calendar/calendarLayout.php (original)
+++ vtigercrm/branches/5.0.1/modules/Calendar/calendarLayout.php Thu Oct 5 07:02:22 2006
@@ -1172,7 +1172,9 @@
{
for($i=0;$i<count($act);$i++)
{
- $arrow_img_name = 'weekevent'.$cal['calendar']->week_slice[$slice]->start_time->get_formatted_date().'_'.$i;
+ /* fix given by dartagnanlaf START --integrated by Minnie */
+ $arrow_img_name = 'weekevent'.$cal['calendar']->week_slice[$slice]->start_time->get_formatted_date().'_'.$act[$i]->start_time->hour.'_'.$i;
+ /* fix given by dartagnanlaf END --integrated by Minnie */
$id = $act[$i]->record;
$subject = $act[$i]->subject;
if(strlen($subject)>25)
More information about the vtigercrm-commits
mailing list