[Vtigercrm-commits] [vtiger-commits] r7654 - /vtigercrm/trunk/soap/customerportal.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 12:56:56 EDT 2006
Author: richie
Date: Wed Jun 28 10:56:46 2006
New Revision: 7654
Log:
Added vtiger_ in getUniqueID function parameter
Modified:
vtigercrm/trunk/soap/customerportal.php
Modified: vtigercrm/trunk/soap/customerportal.php
==============================================================================
--- vtigercrm/trunk/soap/customerportal.php (original)
+++ vtigercrm/trunk/soap/customerportal.php Wed Jun 28 10:56:46 2006
@@ -713,7 +713,7 @@
fclose($handle);
//Now store this file information in db and relate with the ticket
- $attachmentid = $adb->getUniqueID("crmentity");
+ $attachmentid = $adb->getUniqueID("vtiger_crmentity");
$date_var = date('YmdHis');
$description = 'CustomerPortal Attachment';
More information about the vtigercrm-commits
mailing list