[Vtigercrm-commits] [vtiger-commits] r7176 - /vtigercrm/trunk/modules/Emails/mailsend.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Jun 16 05:05:28 EDT 2006
Author: richie
Date: Fri Jun 16 03:05:23 2006
New Revision: 7176
Log:
Fixes #1211
Modified:
vtigercrm/trunk/modules/Emails/mailsend.php
Modified: vtigercrm/trunk/modules/Emails/mailsend.php
==============================================================================
--- vtigercrm/trunk/modules/Emails/mailsend.php (original)
+++ vtigercrm/trunk/modules/Emails/mailsend.php Fri Jun 16 03:05:23 2006
@@ -188,8 +188,8 @@
$adb->println("Mail Sending Process has been finished.\n\n");
if(isset($_REQUEST['popupaction']) && $_REQUEST['popupaction'] != '')
{
- //$inputs="<script>window.opener.location.href=window.opener.location.href;window.self.close();</script>";
- $inputs="<script>window.self.close();</script>";
+ //this will fix #1211
+ $inputs="<script>window.opener.location.href=window.opener.location.href;window.self.close();</script>";
echo $inputs;
}
//header("Location:index.php?module=$returnmodule&action=$returnaction&record=$returnid&$returnset&$mail_error_str");
More information about the vtigercrm-commits
mailing list