From 3ada0185f09891b63a77f3a803d306c21ee94530 Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 19 May 2007 11:31:59 +1200 Subject: [PATCH] Don't echo error to screen. --- inc/check_UTF8.php | 1 - 1 file changed, 1 deletion(-) diff --git a/inc/check_UTF8.php b/inc/check_UTF8.php index 245ea742..7e844bbc 100644 --- a/inc/check_UTF8.php +++ b/inc/check_UTF8.php @@ -216,7 +216,6 @@ function check_string($ics){ } } if(is_array($error)){ - echo "error on file $file on lines : "; foreach($error as $line){ dbg_error_log( "LOG check_string","error on lines % invalid character in string %s" , ($line +1),$ics_file[$line] ); return false;