[Vtigercrm-commits] [vtiger-commits] r9424 - /vtigercrm/trunk/modules/Calendar/Calendar.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Mon Sep 11 11:41:17 EDT 2006


Author: richie
Date: Mon Sep 11 09:41:08 2006
New Revision: 9424

Log:
Fixed the 12pm issue in Calendar Hour view

Modified:
    vtigercrm/trunk/modules/Calendar/Calendar.php

Modified: vtigercrm/trunk/modules/Calendar/Calendar.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/Calendar.php (original)
+++ vtigercrm/trunk/modules/Calendar/Calendar.php Mon Sep 11 09:41:08 2006
@@ -198,7 +198,7 @@
 		}
 		else
 		{
-			$this->day_end_hour=24;
+			$this->day_end_hour=23;
 		}
 		if ( $this->view == 'week')
 		{





More information about the vtigercrm-commits mailing list