Changeset 13c1afb in github for program/include/rcube_shared.inc
- Timestamp:
- Feb 20, 2006 6:29:14 PM (7 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 6666979
- Parents:
- e687ff8
- File:
-
- 1 edited
-
program/include/rcube_shared.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_shared.inc
rf88d417 r13c1afb 87 87 { 88 88 global $MBSTRING; 89 89 90 $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)) 94 95 $MBSTRING = FALSE; 95 }96 96 } 97 97 }
Note: See TracChangeset
for help on using the changeset viewer.
