Ignore:
Timestamp:
01/18/13 16:47:21 (11 years ago)
Author:
cristiano
Message:

Ticket #2948 - Log criacao, exclusao e modificacao de contas compartilhadas e institucionais

File:
1 edited

Legend:

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

    r7681 r7769  
    3939                        $this->current_config = $c->config_data; 
    4040                } 
     41 
     42        function write_log($action, $about) 
     43        { 
     44            return $this->db_functions->write_log($action, $about); 
     45        } 
    4146                 
    4247                // Account and type of access. Return: Have access ? (true/false) 
Note: See TracChangeset for help on using the changeset viewer.