mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
cde824505e
It's a bit obscure: $deletedomain=''; $domain='default'; isset($deletedomain[$domain]) === true under linux this is NOT true fixed it by using: is_array($deletedomain) && isset($deletedomain[$domain]) |
||
---|---|---|
.. | ||
class.setup_detection.inc.php | ||
class.setup_html.inc.php | ||
class.setup_process.inc.php | ||
class.setup_translation.inc.php | ||
class.setup.inc.php | ||
class.Template.inc.php | ||
functions.inc.php | ||
hook_config_validate.inc.php | ||
hook_config.inc.php |