1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 21:57:34 +02:00

Commented out level handler related code to prevent system parse errors on front-end, awaiting for new level handler.

This commit is contained in:
secretr
2010-04-24 11:48:19 +00:00
parent 4e8be9a7b8
commit b6abcc7cf1
4 changed files with 26 additions and 10 deletions

View File

@@ -211,7 +211,8 @@ class comment
$rater = new rater;
}
}
require_once (e_HANDLER."level_handler.php");
//FIXME - new level handler, currently commented to avoid parse errors
//require_once (e_HANDLER."level_handler.php");
if (!$width)
{
$width = 0;