Ignore:
Timestamp:
04/08/10 10:42:50 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Merged 2356:2442 /sandbox/workflow/branches/609 em /sandbox/workflow/trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/workflow/trunk/inc/class.so_userinterface.inc.php

    r2372 r2466  
    351351        { 
    352352                /* get ldap connection */ 
    353                 $ldap = &$GLOBALS['workflow']['workflowObjects']->getLDAP(); 
     353                $ldap = &Factory::getInstance('WorkflowObjects')->getLDAP(); 
    354354 
    355355                $searchTermExploded = explode(" ", $searchTerm); 
     
    431431        { 
    432432                /* get ldap connection */ 
    433                 $ldap = &$GLOBALS['workflow']['workflowObjects']->getLDAP(); 
     433                $ldap = &Factory::getInstance('WorkflowObjects')->getLDAP(); 
    434434 
    435435                /* makes no sense search for an area if the string has more than one word */ 
     
    527527 
    528528                /* get ldap connection */ 
    529                 $ldap = &$GLOBALS['workflow']['workflowObjects']->getLDAP(); 
     529                $ldap = &Factory::getInstance('WorkflowObjects')->getLDAP(); 
    530530 
    531531                /* searching employees by telephoneNumber in the ldap server */ 
Note: See TracChangeset for help on using the changeset viewer.