[Vtigercrm-commits] [vtiger-commits] r10355 - /vtigercrm/branches/5.0.3/modules/Campaigns/ListView.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 6 02:13:17 EST 2007
Author: richie
Date: Tue Mar 6 00:12:35 2007
New Revision: 10355
Log:
fixes #3118
Modified:
vtigercrm/branches/5.0.3/modules/Campaigns/ListView.php
Modified: vtigercrm/branches/5.0.3/modules/Campaigns/ListView.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Campaigns/ListView.php (original)
+++ vtigercrm/branches/5.0.3/modules/Campaigns/ListView.php Tue Mar 6 00:12:35 2007
@@ -133,8 +133,8 @@
if($order_by == 'smownerid')
{
if( $adb->dbType == "pgsql")
- $list_query .= ' GROUP BY vtiger_users.user_name';
- $list_query .= ' ORDER BY vtiger_users.user_name '.$sorder;
+ $list_query .= ' GROUP BY user_name';
+ $list_query .= ' ORDER BY user_name '.$sorder;
}
else
{
More information about the vtigercrm-commits
mailing list