Ignore:
Timestamp:
05/09/11 17:55:51 (13 years ago)
Author:
airton
Message:

Ticket #1820 - Permitindo o envio de email em texto puro - r4252

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/2.2.0.2/phpgwapi/inc/class.browser.inc.php

    r3621 r4291  
    199199                } 
    200200 
     201                function isMobile( ) 
     202                { 
     203                        return $this -> is_ipad( ) 
     204                                || $this -> is_iphone( ) 
     205                                || $this -> is_nokia( ) 
     206                                || $this -> is_ipod( ) 
     207                                || $this -> is_blackberry( ) 
     208                                || $this -> is_android( ); 
     209                } 
     210 
    201211                function is_beos() 
    202212                { 
Note: See TracChangeset for help on using the changeset viewer.