Changeset 5922 in subversion


Ignore:
Timestamp:
Feb 28, 2012 5:35:52 AM (16 months ago)
Author:
thomasb
Message:

Fix function call

File:
1 edited

Legend:

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

    r5787 r5922  
    273273            // @TODO: we need a function for UTF-7 (RFC2152) conversion 
    274274            if ($to == 'UTF7-IMAP' || $to == 'UTF-7') { 
    275                 if ($_str = utf8_to_utf7imap($str)) { 
     275                if ($_str = self::utf8_to_utf7imap($str)) { 
    276276                    return $_str; 
    277277                } 
Note: See TracChangeset for help on using the changeset viewer.