[Vtigercrm-commits] [vtiger-commits] r7596 - /vtigercrm/trunk/include/PopulateComboValues.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 03:14:07 EDT 2006
Author: richie
Date: Wed Jun 28 01:13:30 2006
New Revision: 7596
Log:
Added vtiger_ in getUniqueID function parameter
Modified:
vtigercrm/trunk/include/PopulateComboValues.php
Modified: vtigercrm/trunk/include/PopulateComboValues.php
==============================================================================
--- vtigercrm/trunk/include/PopulateComboValues.php (original)
+++ vtigercrm/trunk/include/PopulateComboValues.php Wed Jun 28 01:13:30 2006
@@ -34,7 +34,7 @@
$i=0;
foreach ($values as $val => $cal)
{
- $id = $adb->getUniqueID($tableName);
+ $id = $adb->getUniqueID('vtiger_'.$tableName);
if($val != '')
{
$adb->query("insert into vtiger_".$tableName. " values(".$id.",'".$val."',".$i.",1)");
More information about the vtigercrm-commits
mailing list