[Vtigercrm-commits] [vtiger-commits] r7216 - /vtigercrm/trunk/include/utils/EditViewUtils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 05:33:40 EDT 2006
Author: saraj
Date: Sat Jun 17 03:33:37 2006
New Revision: 7216
Log:
vtiger_ updated
Modified:
vtigercrm/trunk/include/utils/EditViewUtils.php
Modified: vtigercrm/trunk/include/utils/EditViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/EditViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/EditViewUtils.php Sat Jun 17 03:33:37 2006
@@ -139,10 +139,10 @@
$editview_label[]=$mod_strings[$fieldlabel];
$fieldvalue [] = $value;
}
- elseif($uitype ==33)
- {
- $editview_label[]=$mod_strings[$fieldlabel];
- $mulsel="select * from ".$fieldname;
+ elseif($uitype == 33)
+ {
+ $editview_label[]=$mod_strings[$fieldlabel];
+ $mulsel="select * from vtiger_".$fieldname;
$multiselect_result = $adb->query($mulsel);
$noofoptions = $adb->num_rows($multiselect_result);
$options = array();
More information about the vtigercrm-commits
mailing list