Ignore:
Timestamp:
04/26/12 17:41:30 (12 years ago)
Author:
thiago
Message:

Ticket #2666 - Utilizar pesquisa rápida sem entrar com parte do contato.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/inc/hook_settings.inc.php

    r5808 r6053  
    429429create_select_box('What is the maximum number of results in an e-mail search?','search_result_number',$default,''); 
    430430 
    431 $default =  array( 
    432     '1' => lang('unlimited'), 
     431$default =  array(  
     432    'x'         => lang('unlimited'), 
     433    '1'         => '1', 
    433434    '2'     => '2', 
    434435    '3'     => '3', 
    435436    '4'     => '4', 
    436     '5'     => '5' 
     437    '5'     => '5', 
     438         
    437439); 
    438440 
Note: See TracChangeset for help on using the changeset viewer.