Changeset 17933

Show
Ignore:
Timestamp:
10/05/08 17:04:41 (2 months ago)
Author:
flack
Message:

untabify

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/org.openpsa.core/midcom/interfaces.php

    r17932 r17933  
    2929    { 
    3030        debug_push_class(__CLASS__, __FUNCTION__); 
    31          
    32        $this->define_constants(); 
    33        $this->set_acl_options(); 
    34        $this->set_workgroup_filter(); 
    35        $return = $this->load_my_company(); 
     31         
     32        $this->define_constants(); 
     33        $this->set_acl_options(); 
     34        $this->set_workgroup_filter(); 
     35        $return = $this->load_my_company(); 
    3636 
    3737        debug_pop(); 
     
    7373            $GLOBALS['org.openpsa.core:owner_organization_obj'] = $my_company_object; 
    7474        } 
    75        return true; 
     75        return true; 
    7676    } 
    7777