Changeset 411 for trunk/phpgwapi


Ignore:
Timestamp:
09/10/08 11:01:37 (16 years ago)
Author:
rafaelraymundo
Message:

Para nova ferramenta - expressomini(mobile). Adicao da funcionalidade de leitura de e-mails. Foi preciso
fazer mudancas em phpgwapi/inc/functions.inc.php e expressoMail1_2/inc/class.imap_functions.inc.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/functions.inc.php

    r370 r411  
    450450                \*************************************************************************/ 
    451451                if ($GLOBALS['phpgw_info']['flags']['currentapp'] != 'home' && 
    452                         $GLOBALS['phpgw_info']['flags']['currentapp'] != 'about') 
     452                        $GLOBALS['phpgw_info']['flags']['currentapp'] != 'about' && 
     453                        $GLOBALS['phpgw_info']['flags']['currentapp'] != 'mobile') 
    453454                { 
    454455                        // This will need to use ACL in the future 
Note: See TracChangeset for help on using the changeset viewer.