Ignore:
Timestamp:
03/12/10 10:59:32 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Migração das classes do módulo workflow para a nova factory.

File:
1 edited

Legend:

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

    r795 r2233  
    3434        { 
    3535                parent::bo_ajaxinterface(); 
    36                 $this->db = &$GLOBALS['workflow']['workflowObjects']->getDBExpresso(); 
     36                $this->db =& Factory::getInstance('WorkflowObjects')->getDBExpresso(); 
    3737        } 
    3838 
Note: See TracChangeset for help on using the changeset viewer.