Changeset 2504 in subversion for trunk/roundcubemail/program/lib/imap.inc


Ignore:
Timestamp:
May 20, 2009 5:03:14 AM (4 years ago)
Author:
alec
Message:
  • remove not used icl_commons.inc file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/lib/imap.inc

    r2475 r2504  
    9292 * @todo Replace echo-debugging (make it adhere to config setting and log) 
    9393 */ 
    94  
    95 // changed path to work within roundcube webmail 
    96 include_once 'lib/icl_commons.inc'; 
    9794 
    9895 
     
    22122209             
    22132210                        // last string is folder name 
    2214                         //$folder = UTF7DecodeString(str_replace('"', '', $a[count($a)-1])); 
    22152211                        $folder = trim($a[count($a)-1], '"'); 
    22162212             
Note: See TracChangeset for help on using the changeset viewer.