Changeset 5451 in subversion


Ignore:
Timestamp:
Nov 18, 2011 9:33:44 AM (18 months ago)
Author:
alec
Message:
  • Fix typo in _list_unsubscribed() (#1488186)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_imap.php

    r5431 r5451  
    31793179                    foreach ($ns as $ns_data) { 
    31803180                        if (strlen($ns_data[0])) { 
    3181                             $search = $ns_data[0]; 
     3181                            $search[] = $ns_data[0]; 
    31823182                        } 
    31833183                    } 
Note: See TracChangeset for help on using the changeset viewer.