mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
"got old filemanager ui working again, after egw object changes"
This commit is contained in:
parent
fb32ab9d01
commit
3d211e2cab
@ -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'];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user