[Vtigercrm-commits] [vtiger-commits] r8055 - /vtigercrm/trunk/include/utils/utils.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jul 15 08:58:11 EDT 2006
Author: richie
Date: Sat Jul 15 06:58:07 2006
New Revision: 8055
Log:
issue in contact listview sort by accountName has been fixed
Modified:
vtigercrm/trunk/include/utils/utils.php
Modified: vtigercrm/trunk/include/utils/utils.php
==============================================================================
--- vtigercrm/trunk/include/utils/utils.php (original)
+++ vtigercrm/trunk/include/utils/utils.php Sat Jul 15 06:58:07 2006
@@ -2149,7 +2149,7 @@
global $adb;
$tabid = getTabid($module);
- $sql = "select tablename from vtiger_field where tabid=".$tabid." and fieldname like '%".$fieldname."%'";
+ $sql = "select tablename from vtiger_field where tabid=".$tabid." and columnname like '%".$fieldname."%'";
$res = $adb->query($sql);
$tablename = '';
More information about the vtigercrm-commits
mailing list