Ignore:
Timestamp:
03/15/10 16:00:11 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Modificando chamadas CreateObject? para utilizarem a nova factory.

File:
1 edited

Legend:

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

    r2233 r2253  
    4545                $GLOBALS['phpgw_info']['flags']['app_header'] = $GLOBALS['phpgw_info']['apps']['workflow']['title']; 
    4646                $GLOBALS['phpgw_info']['flags'] = array('noheader' => false, 'nonavbar' => false, 'currentapp' => 'workflow'); 
    47                 //$smarty = CreateObject('workflow.workflow_smarty'); 
    4847                $smarty = Factory::getInstance('workflow_smarty'); 
    4948 
     
    132131                require_once 'class.so_userinterface.inc.php'; 
    133132                $so = new so_userinterface(); 
    134                 $smarty = CreateObject('workflow.workflow_smarty'); 
     133                $smarty = Factory::getInstance('workflow_smarty'); 
    135134 
    136135                /* get the user's organization */ 
Note: See TracChangeset for help on using the changeset viewer.