Ignore:
Timestamp:
08/17/10 16:17:12 (14 years ago)
Author:
viani
Message:

Ticket #1135 - Merged r1990:3166 from /trunk/workflow into /branches/2.2/workflow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/workflow/inc/class.bo_workflow_forms.inc.php

    r795 r3167  
    9090                        $this->sort_mode        = $this->order . '__' . $this->sort; 
    9191                        $this->search_str       = get_var('find', 'any', ''); 
    92                         $this->nextmatchs       = CreateObject('phpgwapi.nextmatchs'); 
     92                        $this->nextmatchs       = Factory::getInstance('nextmatchs'); 
    9393                         
    9494                        // number of rows allowed 
Note: See TracChangeset for help on using the changeset viewer.