Ignore:
Timestamp:
11/30/11 09:34:02 (12 years ago)
Author:
gustavo
Message:

Ticket #2354 - Refatorar Função get_folders_list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/class.imap_functions.inc.php

    r5216 r5218  
    23302330    } 
    23312331     
     2332                /** 
     2333        * Retorna a posição que a pasta esta dentro do array de pastas 
     2334        * 
     2335        * @license    www.gnu.org/copyleft/gpl.html GPL 
     2336        * @author     Consórcio Expresso Livre - 4Linux (www.4linux.com.br) e Prognus Software Livre (www.prognus.com.br) 
     2337        * @sponsor    Caixa Econômica Federal 
     2338        * @author     Cristiano Corrêa Schmidt 
     2339        * @access     public 
     2340                */ 
     2341                 
    23322342        function getFolderPos(&$array , $find) 
    23332343        {             
Note: See TracChangeset for help on using the changeset viewer.