phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.boattach_file.inc.php,1.2,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.boattach_file.inc.php,1.2,1.3
Date: Sat, 16 Nov 2002 19:11:51 -0500

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

Modified Files:
        class.boattach_file.inc.php 
Log Message:
fixed problem with translated button-label:
the returned value of the button is now run thrue htmlentities and the check is 
made against lang('xxx') and htmlentities(lang('xxx'))
this is necessary as in the german translation one label is written with an 
entitie the other direct with an iso-8859-1 char 

Index: class.boattach_file.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.boattach_file.inc.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** class.boattach_file.inc.php 16 Nov 2002 11:36:33 -0000      1.2
--- class.boattach_file.inc.php 17 Nov 2002 00:11:48 -0000      1.3
***************
*** 1,531 ****
! <?php
!       
/**************************************************************************\
!       * AngleMail - email BO Class for Attaching Files                        
                        *
!       * http://www.anglemail.org                                              
                        *
!       * File adapted directly from phpGroupWare file email/attach_file.php    
        *
!       * http://www.phpgroupware.org                                           
                        *
!       * That file was authored by Joseph Engo <address@hidden>                
*
!       * Previous Maintainer notes that server side file handling was borrowed 
        *
!       * from Squirrelmail circa 2000-2001                                     
                        *
!       * http://www.squirrelmail.org                                           
                        *
[...1034 lines suppressed...]
!                       if (is_object($GLOBALS['phpgw']->msg))
!                       {
!                               // close down ALL mailserver streams
!                               $GLOBALS['phpgw']->msg->end_request();
!                               // destroy the object
!                               $GLOBALS['phpgw']->msg = '';
!                               unset($GLOBALS['phpgw']->msg);
!                       }
!                       
!                       // shut down this transaction
!                       $GLOBALS['phpgw']->common->phpgw_exit(False);
!                       */
!                       
!                       if ($this->debug > 0) { echo 'LEAVING 
emai.boattach_file.attach'.'<br>'; }
!               
!               }
!       
!       
!       }
! ?>





reply via email to

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