diff --git a/lib/contents/error.inc.php b/lib/contents/error.inc.php index ce77760e..f5cf7c52 100755 --- a/lib/contents/error.inc.php +++ b/lib/contents/error.inc.php @@ -27,7 +27,6 @@ die("can not access this file directly"); } - $errmsg = NULL; if (isset($_GET['errnum'])) { if ($_GET['errnum'] === '601') { @@ -39,9 +38,6 @@ $errnum = FALSE; } -#die('disini>'); - - if ((!$errnum) AND (!is_null($errmsg))) { echo $errmsg; } else {