'phpGroupWare coreteam', 'email' => 'phpgroupware-developers@gnu.org' ); $setup_info['preferences']['maintainer'][] = array ( 'name' => 'phpGroupWare coreteam', 'email' => 'phpgroupware-developers@gnu.org', 'url' => 'www.phpgroupware.org/coredevelopers' ); $setup_info['preferences']['license'] = 'GPL'; $setup_info['preferences']['description'] = 'phpGroupWare preferences application'; /* The hooks this app includes, needed for hooks registration */ $setup_info['preferences']['hooks'][] = 'deleteaccount'; $setup_info['preferences']['hooks'][] = 'config'; $setup_info['preferences']['hooks'][] = 'manual'; $setup_info['preferences']['hooks'][] = 'preferences'; $setup_info['preferences']['hooks'][] = 'settings'; /* Dependencies for this app to work */ $setup_info['preferences']['depends'][] = array ( 'appname' => 'phpgwapi', 'versions' => Array('0.9.15') ); ?>