mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
false param fallback added
This commit is contained in:
@@ -193,7 +193,7 @@ function injClean($data) {
|
||||
}
|
||||
|
||||
// returns a UTF8 based string with any UFT8 BOM removed
|
||||
function toUTF8noBOM($string,$message) {
|
||||
function toUTF8noBOM($string,$message=false) {
|
||||
global $text;
|
||||
$t = $text['settings-common'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user