[Vtigercrm-commits] [vtiger-commits] r7633 - /vtigercrm/trunk/modules/Reports/PopulateReports.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 09:22:27 EDT 2006
Author: richie
Date: Wed Jun 28 07:22:13 2006
New Revision: 7633
Log:
Added vtiger_ in getUniqueID function parameter
Modified:
vtigercrm/trunk/modules/Reports/PopulateReports.php
Modified: vtigercrm/trunk/modules/Reports/PopulateReports.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/PopulateReports.php (original)
+++ vtigercrm/trunk/modules/Reports/PopulateReports.php Wed Jun 28 07:22:13 2006
@@ -429,7 +429,7 @@
function insertSelectQuery()
{
global $adb;
- $genQueryId = $adb->getUniqueID("selectquery");
+ $genQueryId = $adb->getUniqueID("vtiger_selectquery");
if($genQueryId != "")
{
$iquerysql = "insert into vtiger_selectquery (QUERYID,STARTINDEX,NUMOFOBJECTS) values (".$genQueryId.",0,0)";
More information about the vtigercrm-commits
mailing list