Ignore:
Timestamp:
01/04/10 15:23:37 (14 years ago)
Author:
valmir.sena
Message:

Ticket #849 - Criacao de caixas compartilhadas pelo administrador, commit inicial com as principais mudancas

File:
1 edited

Legend:

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

    r493 r1913  
    5757                                if ($acl !== false) 
    5858                                { 
    59                                         $total_manager_acl += $value; 
     59                                        /* Valmir Andre de Sena - valmir.sena@ati.pe.gov.br 
     60                                        * changed + operation to bcadd, because php plus operation get wrong over 41 bits 
     61                                        */ 
     62                                        $total_manager_acl = bcadd( $total_manager_acl, $value); 
    6063                                } 
    6164                        } 
Note: See TracChangeset for help on using the changeset viewer.