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.bo_utils.inc.php

    r2372 r2418  
    8686                        $ret_name = empty($params['name']) ? 'cn' : $params['name']; 
    8787 
     88                        /** 
     89                         * This is wrong. We should incorporate this settings into 
     90                         * workflow configuration table. Therefore, workflow should 
     91                         * not depend on other modules.. 
     92                         */ 
    8893                        $ajaxConfig = &Factory::newInstance('ajax_config', 'contactcenter'); 
    8994                        $config = $ajaxConfig->read_repository(); 
Note: See TracChangeset for help on using the changeset viewer.