Changeset 6847


Ignore:
Timestamp:
07/23/12 14:26:43 (12 years ago)
Author:
gustavo
Message:

Ticket #2977 - Modulo rest estava ativo aparecendo nas aplicações dos gerentes

File:
1 edited

Legend:

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

    r370 r6847  
    278278                        if (empty($GLOBALS['phpgw_info']['apps'])) 
    279279                        { 
    280                                 $this->db->query('select * from phpgw_applications where app_enabled != 0 order by app_order asc',__LINE__,__FILE__); 
     280                                $this->db->query('select * from phpgw_applications where app_enabled != 3 and app_name!= \'rest\' order by app_order asc',__LINE__,__FILE__); 
    281281                                if($this->db->num_rows()) 
    282282                                { 
Note: See TracChangeset for help on using the changeset viewer.