svncommit
2009-01-05 6710a636170c73162560c94629656ddde85c7fa8
program/lib/utf8.class.php
@@ -108,6 +108,7 @@
  function onError($err_code,$err_text){
    //print($err_code . " : " . $err_text . "<hr>\n");
    raise_error(array('code' => 500,
                      'type' => 'php',
                      'file' => __FILE__,
                      'message' => $err_text), TRUE, FALSE);
  }