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/class.WorkflowUtils.inc.php

    r2253 r2264  
    102102                        $this->start            = (int)get_var('start', 'any', 0); 
    103103                        $this->search_str       = get_var('find', 'any', ''); 
    104                         $this->nextmatchs       = CreateObject('phpgwapi.nextmatchs'); 
     104                        $this->nextmatchs       = Factory::getInstance('nextmatchs'); 
    105105                } 
    106106 
Note: See TracChangeset for help on using the changeset viewer.