[Vtigercrm-commits] [vtiger-commits] r9220 - /vtigercrm/trunk/modules/Calendar/Appointment.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Aug 31 06:27:07 EDT 2006
Author: saraj
Date: Thu Aug 31 04:27:03 2006
New Revision: 9220
Log:
changes made to fix the calendar related issue --Minnie
Modified:
vtigercrm/trunk/modules/Calendar/Appointment.php
Modified: vtigercrm/trunk/modules/Calendar/Appointment.php
==============================================================================
--- vtigercrm/trunk/modules/Calendar/Appointment.php (original)
+++ vtigercrm/trunk/modules/Calendar/Appointment.php Thu Aug 31 04:27:03 2006
@@ -28,6 +28,7 @@
var $ownerid;
var $assignedto;
var $eventstatus;
+ var $priority;
var $activity_type;
var $description;
var $record;
@@ -133,6 +134,7 @@
//$this->account_name = $act_array["accountname"];
//$this->account_id = $act_array["accountid"];
$this->eventstatus = $act_array["eventstatus"];
+ $this->priority = $act_array["priority"];
$this->subject = $act_array["subject"];
$this->activity_type = $act_array["activitytype"];
$this->duration_hour = $act_array["duration_hours"];
More information about the vtigercrm-commits
mailing list