egroupware/setup/inc
Ralf Becker cde824505e fixed bug of not written domains under windows with new php's:
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])
2005-11-20 12:43:50 +00:00
..
class.setup_detection.inc.php 1) fixed not working detection of a connection to the db (postgres) 2005-11-19 20:28:39 +00:00
class.setup_html.inc.php fixed bug of not written domains under windows with new php's: 2005-11-20 12:43:50 +00:00
class.setup_process.inc.php an other big update ;-) 2005-11-04 18:35:09 +00:00
class.setup_translation.inc.php 1) renamed translation_sql to translation, as translation_file is not used or working (we can allways re-add it) 2005-11-05 12:50:55 +00:00
class.setup.inc.php phpgw_(app_)sessions --> egw_(app_)sessions 2005-11-13 09:16:31 +00:00
class.Template.inc.php modernized code and fixed problem reported on the list: new installs cant create admin-account due to not longer existing phpgw class in the api 2005-03-24 13:15:12 +00:00
functions.inc.php added enhanced validation hooks for: 2005-11-14 14:51:58 +00:00
hook_config_validate.inc.php fix: removed debug messages 2005-11-17 10:41:42 +00:00
hook_config.inc.php XHTML 1.0 cleanup for setup application 2005-07-11 18:02:19 +00:00