[Vtigercrm-commits] [vtiger-commits] r9030 - /vtigercrm/trunk/modules/Leads/ConvertLead.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Aug 18 08:54:51 EDT 2006
Author: richie
Date: Fri Aug 18 06:54:47 2006
New Revision: 9030
Log:
changes made to fix the convertlead issue --Minnie
Modified:
vtigercrm/trunk/modules/Leads/ConvertLead.php
Modified: vtigercrm/trunk/modules/Leads/ConvertLead.php
==============================================================================
--- vtigercrm/trunk/modules/Leads/ConvertLead.php (original)
+++ vtigercrm/trunk/modules/Leads/ConvertLead.php Fri Aug 18 06:54:47 2006
@@ -99,7 +99,7 @@
<tr>
<td align="right" class="dvtCellLabel" width="50%">'.$app_strings['LBL_ASSIGNED_TO'].'</td>
<td class="dvtCellInfo" width="50%">
- <select name="assigned_user_id" class="detailedViewTextBox">'.get_select_options_with_id(get_user_array(), $userid).'</select>
+ <select name="assigned_user_id" class="detailedViewTextBox">'.get_select_options_with_id(get_user_array(false), $userid).'</select>
</td>
</tr>
<tr>
More information about the vtigercrm-commits
mailing list