Removed debug messages
This commit is contained in:
parent
a006478f5d
commit
3901b889b2
|
@ -1,5 +1,4 @@
|
||||||
<?php
|
<?php
|
||||||
echo dirname(__FILE__).'/../ui_browser_init.php';
|
|
||||||
require_once(dirname(__FILE__).'/../ui_browser_init.php');
|
require_once(dirname(__FILE__).'/../ui_browser_init.php');
|
||||||
|
|
||||||
if (UI_DEBUG === TRUE) {
|
if (UI_DEBUG === TRUE) {
|
||||||
|
@ -426,7 +425,6 @@ if ($uiBrowser->userid) {
|
||||||
$Smarty->assign('simpleSearchForm', $uiBrowser->SEARCH->simpleSearchForm($ui_fmask['simplesearch']));
|
$Smarty->assign('simpleSearchForm', $uiBrowser->SEARCH->simpleSearchForm($ui_fmask['simplesearch']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo $Smarty;
|
|
||||||
$Smarty->display('main.tpl');
|
$Smarty->display('main.tpl');
|
||||||
echo "here";
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue