Ignore:
Timestamp:
04/14/10 16:08:15 (14 years ago)
Author:
pedroerp
Message:

Ticket #993 - Merged 2377:2466 /sandbox/workflow/trunk/ em /sandbox/workflow/branches/993

File:
1 edited

Legend:

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

    r2418 r2533  
    349349        { 
    350350                /* get ldap connection */ 
    351                 $ldap = &$GLOBALS['workflow']['workflowObjects']->getLDAP(); 
     351                $ldap = &Factory::getInstance('WorkflowObjects')->getLDAP(); 
    352352 
    353353                $searchTermExploded = explode(" ", $searchTerm); 
     
    429429        { 
    430430                /* get ldap connection */ 
    431                 $ldap = &$GLOBALS['workflow']['workflowObjects']->getLDAP(); 
     431                $ldap = &Factory::getInstance('WorkflowObjects')->getLDAP(); 
    432432 
    433433                /* makes no sense search for an area if the string has more than one word */ 
     
    525525 
    526526                /* get ldap connection */ 
    527                 $ldap = &$GLOBALS['workflow']['workflowObjects']->getLDAP(); 
     527                $ldap = &Factory::getInstance('WorkflowObjects')->getLDAP(); 
    528528 
    529529                /* searching employees by telephoneNumber in the ldap server */ 
Note: See TracChangeset for help on using the changeset viewer.