phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: email/inc class.mail_msg_base.inc.php,1.61,1.61.


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.mail_msg_base.inc.php,1.61,1.61.2.1 class.uipreferences.inc.php,1.9,1.9.2.1
Date: Wed, 16 Jan 2002 05:41:19 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv27313/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.mail_msg_base.inc.php class.uipreferences.inc.php 
Log Message:
couple small patches

Index: class.mail_msg_base.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_base.inc.php,v
retrieving revision 1.61
retrieving revision 1.61.2.1
diff -C2 -r1.61 -r1.61.2.1
*** class.mail_msg_base.inc.php 12 Jan 2002 10:02:27 -0000      1.61
--- class.mail_msg_base.inc.php 16 Jan 2002 10:41:16 -0000      1.61.2.1
***************
*** 1086,1090 ****
                }
                
!               $imap_err = imap_last_error();
                if ($imap_err == '')
                {
--- 1086,1090 ----
                }
                
!               $imap_err = server_last_error();
                if ($imap_err == '')
                {
***************
*** 1100,1104 ****
                  ."source: email class.mail_msg_base.inc.php"."<br> \r\n"
                  ."called from: ".$called_from."<br> \r\n"
!                 ."imap_last_error: ".$error_report."<br> \r\n"
                  . "</b></center></p>";
                $GLOBALS['phpgw']->common->phpgw_exit(True);
--- 1100,1104 ----
                  ."source: email class.mail_msg_base.inc.php"."<br> \r\n"
                  ."called from: ".$called_from."<br> \r\n"
!                 ."server_last_error: ".$error_report."<br> \r\n"
                  . "</b></center></p>";
                $GLOBALS['phpgw']->common->phpgw_exit(True);

Index: class.uipreferences.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.uipreferences.inc.php,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -r1.9 -r1.9.2.1
*** class.uipreferences.inc.php 12 Jan 2002 19:04:13 -0000      1.9
--- class.uipreferences.inc.php 16 Jan 2002 10:41:16 -0000      1.9.2.1
***************
*** 422,426 ****
                        // ---  Extra Account Pref Items  ---
                        // section title
!                       $GLOBALS['phpgw']->template->set_var('section_title', 
'*** '.lang('Extra E-Mail Account').' *** '.lang('Number.' 
'.$this->bo->acctnum));
                        // parse the block,
                        
$GLOBALS['phpgw']->template->parse('V_tr_sec_title','B_tr_sec_title');
--- 422,426 ----
                        // ---  Extra Account Pref Items  ---
                        // section title
!                       $GLOBALS['phpgw']->template->set_var('section_title', 
'*** '.lang('Extra E-Mail Account').' *** '.lang('Number.' 
.$this->bo->acctnum));
                        // parse the block,
                        
$GLOBALS['phpgw']->template->parse('V_tr_sec_title','B_tr_sec_title');




reply via email to

[Prev in Thread] Current Thread [Next in Thread]