Ignore:
Timestamp:
03/16/10 14:48:39 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Substituindo todas as chamadas à CreateObject? no módulo pela nova factory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/branches/609/inc/engine/config.egw.inc.php

    r2253 r2264  
    325325        function galaxia_get_config_values($parameters=array()) 
    326326        { 
    327                         $config = CreateObject('phpgwapi.config'); 
     327                        $config = Factory::getInstance('config'); 
    328328                        $config->read_repository(); 
    329329 
Note: See TracChangeset for help on using the changeset viewer.