Ignore:
Timestamp:
11/03/11 13:53:15 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2305 - Enviando alteracoes, desenvolvidas internamente na Prognus, modulo phpgwapi.

File:
1 edited

Legend:

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

    r394 r5141  
    364364                } 
    365365 
    366                 function delete($accountid) 
     366                function delete($accountid = '') 
    367367                { 
    368368                        $this->cache_invalidate($accountid); 
    369                         accounts_::delete($accountid); 
     369                        parent::delete($accountid); 
    370370                         
    371371                        // delete all acl_entries belonging to that user or group 
Note: See TracChangeset for help on using the changeset viewer.