[Vtigercrm-commits] [vtiger-commits] r7630 - /vtigercrm/trunk/modules/CustomView/PopulateCustomView.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 09:09:36 EDT 2006


Author: richie
Date: Wed Jun 28 07:09:21 2006
New Revision: 7630

Log:
Added vtiger_ in getUniqueID function parameter

Modified:
    vtigercrm/trunk/modules/CustomView/PopulateCustomView.php

Modified: vtigercrm/trunk/modules/CustomView/PopulateCustomView.php
==============================================================================
--- vtigercrm/trunk/modules/CustomView/PopulateCustomView.php (original)
+++ vtigercrm/trunk/modules/CustomView/PopulateCustomView.php Wed Jun 28 07:09:21 2006
@@ -427,7 +427,7 @@
 {
 	global $adb;
 
-	$genCVid = $adb->getUniqueID("customview");
+	$genCVid = $adb->getUniqueID("vtiger_customview");
 
 	if($genCVid != "")
 	{





More information about the vtigercrm-commits mailing list