Ignore:
Timestamp:
07/11/12 11:45:10 (12 years ago)
Author:
niltonneto
Message:

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.1.

Location:
branches/2.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4

  • branches/2.4/expressoAdmin1_2/inc/class.uisectors.inc.php

    r6713 r6754  
    233233 
    234234                        $combo_manager_org = substr( $combo_manager_org, 0, ( strpos($combo_manager_org, '</option>') + 9 ) ); 
    235                         $combo_manager_org =utf8_decode($combo_manager_org);  
    236                 $a_tmp = explode(",", $context);  
    237                 $sector_name = utf8_decode( str_replace('ou=' , '' ,$a_tmp[0])); 
     235                        $combo_manager_org =utf8_decode($combo_manager_org); 
     236                        $a_tmp = explode(",", $context);  
     237                        $sector_name = utf8_decode( str_replace('ou=' , '' ,$a_tmp[0])); 
    238238                         
    239239                        // Verifica se tem acesso a este modulo 
     
    255255                        if (!$_POST) 
    256256                        { 
    257                                 $sector_info = $this->so->get_info($_GET['context']);  
     257                                $sector_info = $this->so->get_info($_GET['context']); 
    258258                                $sector_disk_quota = $sector_info[0]['diskquota'][0];  
    259259                                $sector_users_quota = $sector_info[0]['usersquota'][0];  
     
    299299                function view_cota()  
    300300                {  
    301                         $context = utf8_decode($_GET['context']);   
    302                             $a_tmp = explode(",", $context);  
     301                        $context = utf8_decode($_GET['context']);  
     302                        $a_tmp = explode(",", $context);  
    303303  
    304304                        $sector_name = str_replace('ou=' , '' ,$a_tmp[0]);  
Note: See TracChangeset for help on using the changeset viewer.