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

    r795 r2372  
    1212 
    1313require_once('class.bo_ajaxinterface.inc.php'); 
    14 require_once('class.so_move_instances.inc.php'); 
    15 require_once('nano/JSON.php'); 
    1614 
    1715 
     
    3937        { 
    4038                parent::bo_ajaxinterface(); 
    41                 $this->so = new so_move_instances(); 
     39                $this->so = &Factory::getInstance('so_move_instances'); 
    4240        } 
    4341 
     
    7977        function moveInstances($params) 
    8078        { 
    81                 $JSON = new Services_JSON(); 
     79                $JSON = &Factory::newInstance('Services_JSON'); 
    8280 
    8381                /* convert the mappgin element to array */ 
Note: See TracChangeset for help on using the changeset viewer.