[Vtigercrm-commits] [vtiger-commits] r9569 - /vtigercrm/branches/5.0.1/modules/Calendar/calendar_share.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Oct 5 10:12:00 EDT 2006
Author: richie
Date: Thu Oct 5 08:11:56 2006
New Revision: 9569
Log:
changes made to fix the issue 2227 --Minnie
Modified:
vtigercrm/branches/5.0.1/modules/Calendar/calendar_share.php
Modified: vtigercrm/branches/5.0.1/modules/Calendar/calendar_share.php
==============================================================================
--- vtigercrm/branches/5.0.1/modules/Calendar/calendar_share.php (original)
+++ vtigercrm/branches/5.0.1/modules/Calendar/calendar_share.php Thu Oct 5 08:11:56 2006
@@ -16,7 +16,7 @@
require_once('include/database/PearDatabase.php');
require_once('modules/Calendar/CalendarCommon.php');
$t=Date("Ymd");
- $userDetails=getOtherUserName($current_user->id,false);
+ $userDetails=getOtherUserName($current_user->id,true);
$shareduser_ids = getSharedUserId($current_user->id);
?>
<table border=0 cellspacing=0 cellpadding=5 width=100% class="layerHeadingULine">
More information about the vtigercrm-commits
mailing list