Ignore:
Timestamp:
06/15/12 11:13:00 (12 years ago)
Author:
thiago
Message:

Ticket #2856 - Problema ao editar um gerente, resolvido!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoAdmin1_2/inc/class.db_functions.inc.php

    r6196 r6517  
    769769                 
    770770                //Deleta todas as acls do Gerente 
    771                 $this->db->delete('phpgw_expressoadmin_acls',array('manager_lid' => $params['manager_lid'],'context' => $params['context'])); 
     771                $this->db->delete('phpgw_expressoadmin_acls',array('manager_lid' => $params['manager_lid'],'context' => $params['old_url_context'])); 
    772772 
    773773                //Insere novas regras 
Note: See TracChangeset for help on using the changeset viewer.