Changeset 2915


Ignore:
Timestamp:
06/10/10 08:16:22 (14 years ago)
Author:
amuller
Message:

Ticket #607 - Reativada configuração de alterações

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/inc/class.accounts_sql.inc.php

    r2 r2915  
    256256                        return False; 
    257257                } 
    258  
     258                function get_context($dn) 
     259                { 
     260                        return substr($dn, (strpos($dn, ',')+1)); 
     261                } 
     262 
     263                function get_organization($dn) 
     264                { 
     265                        return ''; 
     266                } 
     267                function get_sector($dn) 
     268                { 
     269                        return ''; 
     270                } 
    259271                function get_type($account_id) 
    260272                { 
Note: See TracChangeset for help on using the changeset viewer.