[Vtigercrm-commits] [vtiger-commits] r10862 - /vtigercrm/branches/5.0.3/install/populateSeedData.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri May 11 08:13:35 EDT 2007
Author: richie
Date: Fri May 11 06:13:26 2007
New Revision: 10862
Log:
fix for Dashboards ---> Tickets by Category --> Category comes Twices. Fixes #3743 --minnie
Modified:
vtigercrm/branches/5.0.3/install/populateSeedData.php
Modified: vtigercrm/branches/5.0.3/install/populateSeedData.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/populateSeedData.php (original)
+++ vtigercrm/branches/5.0.3/install/populateSeedData.php Fri May 11 06:13:26 2007
@@ -958,7 +958,7 @@
//$severity_array=array("Minor","Major","Critical","");
$status_array=array("Open","In Progress","Wait For Response","Open","Closed");
-$category_array=array("Big Problem ","Small Problem","Other Problem","Small Problem","Other Problem");
+$category_array=array("Big Problem","Small Problem","Other Problem","Small Problem","Other Problem");
$ticket_title_array=array("Upload Attachment problem",
"Individual Customization -Menu and RSS","Export Output query",
"Import Error CSV Leads","How to automatically add a lead from a web form to VTiger");
More information about the vtigercrm-commits
mailing list