Changeset 6754 for branches/2.4/mobile


Ignore:
Timestamp:
07/11/12 11:45:10 (12 years ago)
Author:
niltonneto
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

Location:
branches/2.4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4

  • branches/2.4/mobile/inc/class.ui_mobilemail.inc.php

    r6731 r6754  
    907907                        } 
    908908                         
    909                         if(!$this->imap_functions->add_recipients("cc", $ccaddress, &$mail, true))  
     909                        if(!$this->imap_functions->add_recipients("cc", $ccaddress, &$mail, true)) 
    910910                        { 
    911911                                $error_msg = lang("Some addresses in the CC field were not recognized. Please make sure that all addresses are properly formed"); 
  • branches/2.4/mobile/setup/setup.inc.php

    r5298 r6754  
    1414        $setup_info['mobile']['name']      = 'mobile'; 
    1515        $setup_info['mobile']['title']     = 'Expresso Mini'; 
    16         $setup_info['mobile']['version']   = '2.4.0'; 
     16        $setup_info['mobile']['version']   = '2.4.1'; 
    1717        $setup_info['mobile']['app_order'] = 4; 
    1818        $setup_info['mobile']['enable']    = 2; 
     
    3939        $setup_info['mobile']['depends'][] = array( 
    4040                'appname' => 'phpgwapi', 
    41                 'versions' => Array('2.4') 
     41                'versions' => Array('2.4.1') 
    4242        ); 
    4343?> 
Note: See TracChangeset for help on using the changeset viewer.