[Vtigercrm-commits] [vtiger-commits] r7637 - /vtigercrm/trunk/modules/Reports/Save.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 10:26:09 EDT 2006
Author: richie
Date: Wed Jun 28 08:25:55 2006
New Revision: 7637
Log:
Added vtiger_ in getUniqueID function parameter
Modified:
vtigercrm/trunk/modules/Reports/Save.php
Modified: vtigercrm/trunk/modules/Reports/Save.php
==============================================================================
--- vtigercrm/trunk/modules/Reports/Save.php (original)
+++ vtigercrm/trunk/modules/Reports/Save.php Wed Jun 28 08:25:55 2006
@@ -89,7 +89,7 @@
//<<<<<<<advancedfilter>>>>>>>>
if($reportid == "")
{
- $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