Changeset 20efa59 in github


Ignore:
Timestamp:
Feb 28, 2012 5:35:52 AM (16 months ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
Children:
7d3e757
Parents:
669fdf4
Message:

Fix function call

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_charset.php

    r7fe3811 r20efa59  
    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.