Ignore:
Timestamp:
03/29/10 14:46:01 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Merged 2197:2356 /sandbox/workflow/branches/609/ em /sandbox/workflow/trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/inc/class.bo_utils.inc.php

    r795 r2372  
    1111 
    1212require_once 'class.bo_ajaxinterface.inc.php'; 
    13 require_once GALAXIA_LIBRARY . SEP . 'src' . SEP . 'GUI' . SEP . 'GUI.php'; 
    14 require_once GALAXIA_LIBRARY . SEP . 'src' . SEP . 'ProcessManager' . SEP . 'ActivityManager.php'; 
    1513 
    1614/** 
     
    3432        { 
    3533                parent::bo_ajaxinterface(); 
    36                 $this->db = &$GLOBALS['workflow']['workflowObjects']->getDBExpresso(); 
     34                $this->db =& Factory::getInstance('WorkflowObjects')->getDBExpresso(); 
    3735        } 
    3836 
     
    8886                        $ret_name = empty($params['name']) ? 'cn' : $params['name']; 
    8987 
    90                         $ajaxConfig = new ajax_config('contactcenter'); 
     88                        $ajaxConfig = &Factory::newInstance('ajax_config', 'contactcenter'); 
    9189                        $config = $ajaxConfig->read_repository(); 
    9290 
Note: See TracChangeset for help on using the changeset viewer.