[Vtigercrm-commits] [vtiger-commits] r7653 - /vtigercrm/trunk/modules/Webmails/Save.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Wed Jun 28 12:54:32 EDT 2006
Author: richie
Date: Wed Jun 28 10:54:23 2006
New Revision: 7653
Log:
Added vtiger_ in getUniqueID function parameter
Modified:
vtigercrm/trunk/modules/Webmails/Save.php
Modified: vtigercrm/trunk/modules/Webmails/Save.php
==============================================================================
--- vtigercrm/trunk/modules/Webmails/Save.php (original)
+++ vtigercrm/trunk/modules/Webmails/Save.php Wed Jun 28 10:54:23 2006
@@ -107,7 +107,7 @@
$upload_filepath = decideFilePath();
for($i=0,$num_files=count($attachments);$i<$num_files;$i++) {
- $current_id = $adb->getUniqueID("crmentity");
+ $current_id = $adb->getUniqueID("vtiger_crmentity");
$date_var = date('YmdHis');
$filename = ereg_replace("[ ()-]+", "_",$attachments[$i]["filename"]);
More information about the vtigercrm-commits
mailing list