Changeset 4443 in subversion


Ignore:
Timestamp:
Jan 22, 2011 8:57:58 AM (2 years ago)
Author:
thomasb
Message:

Fix search with no results; no size for date field

Location:
trunk/roundcubemail/program/steps/addressbook
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/steps/addressbook/edit.inc

    r4441 r4443  
    109109                'maidenname' => array('size' => $i_size), 
    110110                'birthday' => array('visible' => true), 
    111                 'anniversary' => array('size' => $i_size), 
     111                'anniversary' => array(), 
    112112                'manager' => array('size' => $i_size), 
    113113                'assistant' => array('size' => $i_size), 
  • trunk/roundcubemail/program/steps/addressbook/search.inc

    r4424 r4443  
    4040{ 
    4141  $OUTPUT->show_message('nocontactsfound', 'notice'); 
    42   $search_request = null; 
    4342} 
    4443 
Note: See TracChangeset for help on using the changeset viewer.