Removed debug messages

This commit is contained in:
paul.baranowski 2010-08-16 11:35:19 -04:00
parent a006478f5d
commit 3901b889b2
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,4 @@
<?php
echo dirname(__FILE__).'/../ui_browser_init.php';
require_once(dirname(__FILE__).'/../ui_browser_init.php');
if (UI_DEBUG === TRUE) {
@ -426,7 +425,6 @@ if ($uiBrowser->userid) {
$Smarty->assign('simpleSearchForm', $uiBrowser->SEARCH->simpleSearchForm($ui_fmask['simplesearch']));
}
}
echo $Smarty;
$Smarty->display('main.tpl');
echo "here";
?>