[Vtigercrm-commits] [vtiger-commits] r10540 - /vtigercrm/branches/5.0.3/modules/Webmails/MailBox.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 30 08:57:35 EDT 2007
Author: saraj
Date: Fri Mar 30 06:57:31 2007
New Revision: 10540
Log:
language support.
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 Fri Mar 30 06:57:31 2007
@@ -165,7 +165,7 @@
//try second string which has no tls or validate-cert
if(!$this->mbox = @imap_open($connectString1, $this->login_username, $this->secretkey))
{
- global $current_user;
+ global $current_user,$mod_strings;
$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> <b>".$mod_strings['LBL_MAIL_CONNECT_ERROR']."<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'>".$mod_strings['LBL_CLICK_HERE']."</a>".$mod_strings['LBL_GOTO_EMAILS_MODULE']." </b>";
exit;
More information about the vtigercrm-commits
mailing list