Ignore:
Timestamp:
06/24/08 17:10:06 (16 years ago)
Author:
niltonneto
Message:

Alteração para carregar no setup apenas as variáveis da API,
evitando conflitos de variáveis com demais módulos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/setup/ldapimport.php

    r2 r328  
    5656        $applications        = $phpgw->applications; 
    5757 
    58         $GLOBALS['phpgw_setup']->db->query("SELECT config_name,config_value FROM phpgw_config WHERE config_name LIKE 'ldap%' OR config_name='account_repository'",__LINE__,__FILE__); 
     58        $GLOBALS['phpgw_setup']->db->query("SELECT config_name,config_value FROM phpgw_config WHERE config_app='phpgwapi' and config_name LIKE 'ldap%' OR config_name='account_repository'",__LINE__,__FILE__); 
    5959        while($GLOBALS['phpgw_setup']->db->next_record()) 
    6060        { 
Note: See TracChangeset for help on using the changeset viewer.