mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-20 21:08:54 +01:00
avoiding deprecated warning under php5.3
This commit is contained in:
parent
b20dca983b
commit
c9520b6d64
@ -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