From 6710a636170c73162560c94629656ddde85c7fa8 Mon Sep 17 00:00:00 2001 From: svncommit Date: Mon, 5 Jan 2009 10:13:08 +0000 Subject: Add required parameters to raise_error() calls. --- program/lib/utf8.class.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'program/lib/utf8.class.php') diff --git a/program/lib/utf8.class.php b/program/lib/utf8.class.php index e2d10599d..2bbe63663 100644 --- a/program/lib/utf8.class.php +++ b/program/lib/utf8.class.php @@ -108,6 +108,7 @@ Class utf8{ function onError($err_code,$err_text){ //print($err_code . " : " . $err_text . "
\n"); raise_error(array('code' => 500, + 'type' => 'php', 'file' => __FILE__, 'message' => $err_text), TRUE, FALSE); } @@ -173,4 +174,4 @@ Class utf8{ } -?> \ No newline at end of file +?> -- cgit v1.2.3