Changeset 546 for trunk/mobile


Ignore:
Timestamp:
10/31/08 11:48:20 (15 years ago)
Author:
eduardoalex
Message:

Correção do ticket #356

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mobile/inc/class.ui_mobilecc.inc.php

    r527 r546  
    171171                                         */ 
    172172                                        foreach($entries as &$valor) { 
     173                                                /* Sempre iniciar os arrays, pois pode interferir na  
     174                                                 * ordenação atual se tiverem valores antigos desnecessários  
     175                                                 * causando erro de tamanhos inconsistentes */ 
     176                                                $default = array();  
     177                                                $type = array(); 
     178                                                 
    173179                                                foreach($valor['connections'] as $key => $value) { 
    174180                                                        $default[$key] = $value['connection_is_default']; 
Note: See TracChangeset for help on using the changeset viewer.