mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
avoiding deprecated warning under php5.3
This commit is contained in:
parent
39596007fe
commit
0cd4fed0ae
@ -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