Changeset 13c1afb in github for program/include/rcube_shared.inc


Ignore:
Timestamp:
Feb 20, 2006 6:29:14 PM (7 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
6666979
Parents:
e687ff8
Message:

Fixed some charset bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_shared.inc

    rf88d417 r13c1afb  
    8787    { 
    8888    global $MBSTRING; 
     89     
    8990    $this->charset = $charset; 
    90     if ($MBSTRING&&function_exists( "mb_internal_encoding")) 
    91       { 
    92       if(!@mb_internal_encoding( $charset)) 
    93         { 
     91     
     92    if ($MBSTRING && function_exists("mb_internal_encoding")) 
     93      { 
     94      if(!@mb_internal_encoding($charset)) 
    9495        $MBSTRING = FALSE; 
    95         } 
    9696      } 
    9797    } 
Note: See TracChangeset for help on using the changeset viewer.