Ignore:
Timestamp:
08/19/09 11:10:14 (15 years ago)
Author:
niltonneto
Message:

Ticket #561 - Correção das diferenças entre versão publicada e branch 1.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/phpgwapi/inc/class.preferences.inc.php

    r54 r1342  
    11161116                        // is it possible to use Trash and Sent folders - i.e. using IMAP server 
    11171117                        // if not - force settings to false 
    1118                         if (stristr($prefs['email']['mail_server_type'], 'imap') == False) 
     1118                        if (strpos($prefs['email']['mail_server_type'], 'imap') == False) 
    11191119                        { 
    11201120                                if (isset($prefs['email']['use_trash_folder'])) 
Note: See TracChangeset for help on using the changeset viewer.