Diff of /mambo/branches/4.6/includes/mambolanguage.class.php
Parent Directory
|
Revision Log
|
Patch
| revision 899, Mon Jan 22 12:40:58 2007 UTC | revision 900, Mon Jan 22 12:47:56 2007 UTC | |
|---|---|---|
| # | Line 214 | Line 214 |
| 214 | } | } |
| 215 | function iconvert($fromcharset,$tocharset,$source,$useiconv=FALSE) | function iconvert($fromcharset,$tocharset,$source,$useiconv=FALSE) |
| 216 | { | { |
| 217 | if($fromcharset==$tocharset) | |
| 218 | return $source; | |
| 219 | if($useiconv) | if($useiconv) |
| 220 | { | { |
| 221 | if(function_exists('iconv')) | if(function_exists('iconv')) |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

