[Vtigercrm-commits] [vtiger-commits] r10494 - /vtigercrm/branches/5.0.3/modules/Webmails/MailBox.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Tue Mar 20 06:25:59 EDT 2007


Author: jerrydgeorge
Date: Tue Mar 20 04:25:52 2007
New Revision: 10494

Log:
Webmails module made default

Modified:
    vtigercrm/branches/5.0.3/modules/Webmails/MailBox.php

Modified: vtigercrm/branches/5.0.3/modules/Webmails/MailBox.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Webmails/MailBox.php (original)
+++ vtigercrm/branches/5.0.3/modules/Webmails/MailBox.php Tue Mar 20 04:25:52 2007
@@ -167,7 +167,7 @@
 			{
 				global $current_user;
 				$this->db->println("CONNECTION ERROR - Could not be connected to the server using imap_open function through the connection strings $connectString and $connectString1");
-				echo "<br>&nbsp;<b>Could not connect to the server. Please check the server details <a href='index.php?module=Users&action=AddMailAccount&record=".$current_user->id."'> Here </a></b>";
+				echo "<br>&nbsp;<b>Could not connect to the server. Please check the server details <a href='index.php?module=Users&action=AddMailAccount&return_module=Webmails&return_action=index&record=".$current_user->id."'> Here </a>. Please <a href='index.php?module=Emails&action=index&parenttab=My Home Page'>click here</a> to go to your Emails module.</b>";
 				exit;
 			}
 		}





More information about the vtigercrm-commits mailing list