|
|
@@ -99,7 +99,7 @@ if ($zasobID <= 0) {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
-$TEST_TREE_LAZY_LOAD = ('1' == V::get('TEST_TREE_LAZY_LOAD', '', $_GET));
|
|
|
+$TEST_TREE_LAZY_LOAD = 1;
|
|
|
$DBG_TIME = ('1' == V::get('DBG_TIME', '', $_GET));
|
|
|
$dbgExecTime = new DebugExecutionTime();
|
|
|
if ($DBG_TIME) $dbgExecTime->activate();
|