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

    r795 r2372  
    11<?php 
     2require_once 'common.inc.php'; 
     3 
    24$GLOBALS['phpgw_info']['flags']['currentapp'] = "workflow"; 
    35if (!isset($_SESSION['phpgw_info']['workflow']['server'])) 
     
    2224 
    2325$title = lang("External Applications"); 
    24 $bo     = CreateObject('workflow.bo_userinterface'); 
     26$bo     = Factory::getInstance('bo_userinterface'); 
    2527$externals      = $bo -> externals(); 
    2628$extra_data = ''; 
     
    4244} 
    4345$extra_data .= "</table></div>"; 
    44 $portalbox = CreateObject('phpgwapi.listbox', 
     46$portalbox = Factory::getInstance('listbox', 
    4547        Array( 
    4648                'title'     => $title, 
Note: See TracChangeset for help on using the changeset viewer.