[Vtigercrm-commits] [vtiger-commits] r5940 - /vtigercrm/trunk/include/utils/ListViewUtils.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat May 13 04:39:36 EDT 2006


Author: don
Date: Sat May 13 02:39:32 2006
New Revision: 5940

Log:
issue in emails popup has been fixed

Modified:
    vtigercrm/trunk/include/utils/ListViewUtils.php

Modified: vtigercrm/trunk/include/utils/ListViewUtils.php
==============================================================================
--- vtigercrm/trunk/include/utils/ListViewUtils.php (original)
+++ vtigercrm/trunk/include/utils/ListViewUtils.php Sat May 13 02:39:32 2006
@@ -1264,8 +1264,7 @@
 						if($emailaddress == '')
 							$emailaddress=$adb->query_result($list_result,$list_result_count,"email2");
 
-						$querystr="select fieldid,fieldlabel,columnname from field where tabid=".getTabid($module)." and uit
-							ype=13;";
+						$querystr="select fieldid,fieldlabel,columnname from field where tabid=".getTabid($module)." and uitype=13;";
 						$queryres = $adb->query($querystr);
 						//Change this index 0 - to get the fieldid based on email1 or email2
 						$fieldid = $adb->query_result($queryres,0,'fieldid');
@@ -1282,8 +1281,7 @@
 						if($emailaddress == '')
 							$emailaddress=$adb->query_result($list_result,$list_result_count,"yahooid");
 
-						$querystr="select fieldid,fieldlabel,columnname from field where tabid=".getTabid($module)." and uit
-							ype=13;";
+						$querystr="select fieldid,fieldlabel,columnname from field where tabid=".getTabid($module)." and uitype=13;";
 						$queryres = $adb->query($querystr);
 						//Change this index 0 - to get the fieldid based on email or yahooid
 						$fieldid = $adb->query_result($queryres,0,'fieldid');





More information about the vtigercrm-commits mailing list