Ignore:
Timestamp:
04/05/10 15:30:21 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Versão inicial da classe 'Settings' e substituicao de chamadas 'read_repository'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/993/inc/class.so_userinterface.inc.php

    r2372 r2418  
    6060                $oldDB = $GLOBALS['phpgw']->db; 
    6161                $GLOBALS['phpgw']->db = $GLOBALS['ajax']->db; 
    62                 $config = &Factory::getInstance('config', 'workflow'); 
    63                 $configValues = $config->read_repository(); 
    64                 $submasksString = $configValues['intranet_subnetworks']; 
     62                $submasksString = Settings::get('workflow', 'intranet_subnetworks'); 
    6563                $GLOBALS['phpgw']->db = $oldDB; 
    6664 
Note: See TracChangeset for help on using the changeset viewer.