"got old filemanager ui working again, after egw object changes"

This commit is contained in:
Ralf Becker 2008-03-28 07:49:24 +00:00
parent fb32ab9d01
commit 3d211e2cab

View File

@ -101,16 +101,9 @@
//KL begin 200703 searchtemplate
// etemplate stuff
$this->tmpl =& CreateObject('etemplate.etemplate');
$this->html =& $GLOBALS['egw']->html;
// this may be needed using etemplates
if(!@is_object($GLOBALS['egw']->js))
{
$GLOBALS['egw']->js =& CreateObject('phpgwapi.javascript');
}
//KL end 200703 searchtemplate
// error_reporting(8);
$GLOBALS['egw']->browser =& CreateObject('phpgwapi.browser');
$this->dateformat=$GLOBALS['egw_info']['user']['preferences']['common']['dateformat'];