forked from extern/egroupware
avoiding deprecated warning under php5.3
This commit is contained in:
parent
37fed34972
commit
f0488300c8
@ -34,8 +34,10 @@ $setup_tpl->set_file(array(
|
||||
));
|
||||
|
||||
/* Following to ensure windows file paths are saved correctly */
|
||||
set_magic_quotes_runtime(0);
|
||||
|
||||
if (function_exists('get_magic_quotes_runtime') && get_magic_quotes_runtime())
|
||||
{
|
||||
set_magic_quotes_runtime(0);
|
||||
}
|
||||
$GLOBALS['egw_setup']->loaddb();
|
||||
|
||||
/* Check api version, use correct table */
|
||||
|
Loading…
Reference in New Issue
Block a user