Ignore:
Timestamp:
03/22/10 16:49:23 (14 years ago)
Author:
pedroerp
Message:

Ticket #609 - Removendo 'require_once's desnecessários.

File:
1 edited

Legend:

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

    r2311 r2323  
    593593        function getEmployeeInfo($employeeID, $organizationID) 
    594594        { 
    595                 require_once dirname(__FILE__) . '/class.so_orgchart.inc.php'; 
    596  
    597595                $SOOrgchart = &Factory::getInstance('so_orgchart'); 
    598596                $SOOrgchart->setExternalCalls(true); 
     
    613611        function getAreaInfo($areaID, $organizationID) 
    614612        { 
    615                 require_once dirname(__FILE__) . '/class.so_orgchart.inc.php'; 
    616  
    617613                $SOOrgchart = &Factory::getInstance('so_orgchart'); 
    618614                $SOOrgchart->setExternalCalls(true); 
Note: See TracChangeset for help on using the changeset viewer.