[Vtigercrm-commits] [vtiger-commits] r6460 - /vtigercrm/trunk/include/ComboStrings.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Fri May 26 09:19:56 EDT 2006


Author: saraj
Date: Fri May 26 07:19:53 2006
New Revision: 6460

Log:
taskstatus_dom array has been changed as it has only three valuesComboStrings.php

Modified:
    vtigercrm/trunk/include/ComboStrings.php

Modified: vtigercrm/trunk/include/ComboStrings.php
==============================================================================
--- vtigercrm/trunk/include/ComboStrings.php (original)
+++ vtigercrm/trunk/include/ComboStrings.php Fri May 26 07:19:53 2006
@@ -121,12 +121,9 @@
                 , 'Held'=>'Held'
                 , 'Not Held'=>'Not Held'
                 ),
-'taskstatus_dom' => Array('Not Started'=>'Not Started'
-                , 'In Progress'=>'In Progress'
+'taskstatus_dom' => Array('Planned'=>'Planned'
                 , 'Completed'=>'Completed'
-                , 'Pending Input'=>'Pending Input'
                 , 'Deferred'=>'Deferred'
-                , 'Planned'=>'Planned'
                 ),
 'taskpriority_dom' => Array('High'=>'High'
                 ,'Medium'=>'Medium'





More information about the vtigercrm-commits mailing list