removed debug messages

This commit is contained in:
naomiaro 2010-08-16 11:32:40 -07:00
parent ef785742be
commit 06c12113a4
1 changed files with 0 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,5 @@ if ($uiBrowser->userid) {
$Smarty->assign('simpleSearchForm', $uiBrowser->SEARCH->simpleSearchForm($ui_fmask['simplesearch']));
}
}
echo $Smarty;
$Smarty->display('main.tpl');
echo "here";
?>