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

    r2223 r2233  
    115115 
    116116                // Get a connection to db workflow and galaxia (module) 
    117                 if ($GLOBALS['workflow']['workflowObjects']->getDBWorkflow()->Error) 
     117                if (Factory::getInstance('WorkflowObjects')->getDBWorkflow()->Error) 
    118118                        $errors[] = 'Unable to connect to database Workflow'; 
    119119 
    120                 if ($errormsg = $GLOBALS['workflow']['workflowObjects']->getDBGalaxia()->Error) 
     120                if ($errormsg = Factory::getInstance('WorkflowObjects')->getDBGalaxia()->Error) 
    121121                        $errors[] = 'Unable to connect to database Galaxia'; 
    122122 
Note: See TracChangeset for help on using the changeset viewer.