[Vtigercrm-commits] [vtiger-commits] r6467 - /vtigercrm/trunk/install/populateSeedData.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 26 10:09:59 EDT 2006
Author: saraj
Date: Fri May 26 08:09:55 2006
New Revision: 6467
Log:
task status has been changed from Not started to Planned
Modified:
vtigercrm/trunk/install/populateSeedData.php
Modified: vtigercrm/trunk/install/populateSeedData.php
==============================================================================
--- vtigercrm/trunk/install/populateSeedData.php (original)
+++ vtigercrm/trunk/install/populateSeedData.php Fri May 26 08:09:55 2006
@@ -836,7 +836,7 @@
// Populate Activities Data
$task_array=array("Tele Conference","Call user - John","Send Fax to Mary Smith");
$event_array=array("","","Call Smith","Team Meeting","Call Richie","Meeting with Don");
-$task_status_array=array("Not Started","In Progress","Completed");
+$task_status_array=array("Planned","In Progress","Completed");
$task_priority_array=array("High","Medium","Low");
$visibility=array("","","Private","Public","Private","Public");
More information about the vtigercrm-commits
mailing list