[Vtigercrm-commits] [vtiger-commits] r6317 - /vtigercrm/trunk/modules/Webmails/Save.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue May 23 03:31:54 EDT 2006
Author: mmbrich
Date: Tue May 23 01:31:53 2006
New Revision: 6317
Log:
typo fix from copy/paste
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 Tue May 23 01:31:53 2006
@@ -102,7 +102,7 @@
$current_id = $adb->getUniqueID("crmentity");
$date_var = date('YmdHis');
- $filename = $PhoneCall = ereg_replace("[ ()-]+", "_",$attachments[$i]["filename"]);
+ $filename = ereg_replace("[ ()-]+", "_",$attachments[$i]["filename"]);
$filetype= substr($filename,strstr($filename,"."),strlen($filename));
$filesize = $attachments[$i]["filesize"];
More information about the vtigercrm-commits
mailing list