[Vtigercrm-commits] [vtiger-commits] r7632 - /vtigercrm/trunk/modules/Portal/Portal.php

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


Author: richie
Date: Wed Jun 28 07:19:22 2006
New Revision: 7632

Log:
Added vtiger_ in getUniqueID function parameter

Modified:
    vtigercrm/trunk/modules/Portal/Portal.php

Modified: vtigercrm/trunk/modules/Portal/Portal.php
==============================================================================
--- vtigercrm/trunk/modules/Portal/Portal.php (original)
+++ vtigercrm/trunk/modules/Portal/Portal.php Wed Jun 28 07:19:22 2006
@@ -14,7 +14,7 @@
 {
 	global $adb;
 	$adb->println("just entered the SavePortal method");
-	$portalid=$adb->getUniqueID('portal');
+	$portalid=$adb->getUniqueID('vtiger_portal');
 	$query="insert into vtiger_portal values(".$portalid.",'".$portalname."','".$portalurl."',0)";
 	$adb->println($query);
 	$result=$adb->query($query);





More information about the vtigercrm-commits mailing list