[Vtigercrm-commits] [vtiger-commits] r10131 - /vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Feb 1 07:03:38 EST 2007
Author: richie
Date: Thu Feb 1 05:03:34 2007
New Revision: 10131
Log:
changes made to give 5 minutes time difference for event of type call --Minnie
Modified:
vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
Modified: vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php
==============================================================================
--- vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php (original)
+++ vtigercrm/branches/5.0.3/include/utils/EditViewUtils.php Thu Feb 1 05:03:34 2007
@@ -106,7 +106,7 @@
}
else
{
- $endtime = time() + (60 * 60);
+ $endtime = time() + (5 * 60);
$curr_time = date('H:i',$endtime);
}
}
More information about the vtigercrm-commits
mailing list