[Vtigercrm-commits] [vtiger-commits] r7218 - /vtigercrm/trunk/modules/Dashboard/Entity_charts.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 06:34:11 EDT 2006


Author: saraj
Date: Sat Jun 17 04:34:07 2006
New Revision: 7218

Log:
vtiger_ updated

Modified:
    vtigercrm/trunk/modules/Dashboard/Entity_charts.php

Modified: vtigercrm/trunk/modules/Dashboard/Entity_charts.php
==============================================================================
--- vtigercrm/trunk/modules/Dashboard/Entity_charts.php (original)
+++ vtigercrm/trunk/modules/Dashboard/Entity_charts.php Sat Jun 17 04:34:07 2006
@@ -27,7 +27,7 @@
 {
 	global $adb;
 
-	$acc_qry="select vtiger_accountname from vtiger_account where vtiger_accountid =".$acc_id;
+	$acc_qry="select accountname from vtiger_account where vtiger_accountid =".$acc_id;
 	$acc_result=$adb->query($acc_qry);
 	$no_acc_rows=$adb->num_rows($acc_result);
 





More information about the vtigercrm-commits mailing list