Ignore:
Timestamp:
05/12/11 15:40:14 (13 years ago)
Author:
niltonneto
Message:

Ticket #1824 - Permitindo o envio de mail em texto puro.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.browser.inc.php

    r3621 r4366  
    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.