[Vtigercrm-commits] [vtiger-commits] r7220 - /vtigercrm/trunk/modules/Dashboard/Entity_charts.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Sat Jun 17 06:41:30 EDT 2006
Author: saraj
Date: Sat Jun 17 04:41:26 2006
New Revision: 7220
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:41:26 2006
@@ -27,7 +27,7 @@
{
global $adb;
- $acc_qry="select accountname from vtiger_account where vtiger_accountid =".$acc_id;
+ $acc_qry="select accountname from vtiger_account where 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