X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=setup%2Fsetup.inc.php;h=4411c3c7be79e5de1375a139ebd6df0ca02ce3b7;hb=a7b3dad05fd92523cda0ebb5ba7c85e194b4e82f;hp=74e5dc198dc4a4f4064ae2deece403bbcf812a40;hpb=82963f2191eff35b295440782e4309ea3632cf55;p=eq%2F.git diff --git a/setup/setup.inc.php b/setup/setup.inc.php index 74e5dc1..4411c3c 100644 --- a/setup/setup.inc.php +++ b/setup/setup.inc.php @@ -12,52 +12,36 @@ /* $Id: setup.inc.php,v 1.9.4.2 2004/03/07 02:14:23 skwashd Exp $ */ /* Basic information about this app */ - $setup_info['eq']['name'] = 'eq'; - $setup_info['eq']['title'] = 'Elders Quorum Tools'; - $setup_info['eq']['version'] = '0.0.1.001'; - $setup_info['eq']['app_order'] = 8; - $setup_info['eq']['enable'] = 1; + $setup_info['tc']['name'] = 'tc'; + $setup_info['tc']['title'] = '3rd Counselor'; + $setup_info['tc']['version'] = '1.0.0'; + $setup_info['tc']['app_order'] = 8; + $setup_info['tc']['enable'] = 1; /* some info's for about.php and apps.phpgroupware.org */ - $setup_info['eq']['author'] = 'Alan J. Pippin'; - $setup_info['eq']['license'] = 'GPL'; - $setup_info['eq']['description'] = - 'This app provides tools to help manage an Elders Quorum'; - $setup_info['eq']['note'] = - 'This was created for the Miramont Ward.'; - $setup_info['eq']['maintainer'] = 'Alan J. Pippin'; - $setup_info['eq']['maintainer_email'] = 'apippin@pippins.net'; + $setup_info['tc']['author'] = 'Alan J. Pippin'; + $setup_info['tc']['license'] = 'GPL'; + $setup_info['tc']['description'] = + 'Module for managing the administrative tasks of a Mormon Elders Quorum or High Priest Group'; + $setup_info['tc']['note'] = + 'Originally developed by Alan Pippin; Recent contributions and maintenance done by Owen Leonard'; + $setup_info['tc']['maintainer'] = 'Alan J. Pippin'; + $setup_info['tc']['maintainer_email'] = 'apippin@pippins.net'; /* The tables this app creates */ - $setup_info['eq']['tables'][] = 'eq_aaronic'; - $setup_info['eq']['tables'][] = 'eq_activity'; - $setup_info['eq']['tables'][] = 'eq_appointment'; - $setup_info['eq']['tables'][] = 'eq_assignment'; - $setup_info['eq']['tables'][] = 'eq_attendance'; - $setup_info['eq']['tables'][] = 'eq_calling'; - $setup_info['eq']['tables'][] = 'eq_child'; - $setup_info['eq']['tables'][] = 'eq_companionship'; - $setup_info['eq']['tables'][] = 'eq_district'; - $setup_info['eq']['tables'][] = 'eq_elder'; - $setup_info['eq']['tables'][] = 'eq_family'; - $setup_info['eq']['tables'][] = 'eq_interview'; - $setup_info['eq']['tables'][] = 'eq_parent'; - $setup_info['eq']['tables'][] = 'eq_participation'; - $setup_info['eq']['tables'][] = 'eq_ppi'; - $setup_info['eq']['tables'][] = 'eq_presidency'; - $setup_info['eq']['tables'][] = 'eq_visit'; - $setup_info['eq']['tables'][] = 'eq_willingness'; + /* This APP requires manual table creation */ + /* Manually import the tc/sql/tc.sql file into mysql */ /* The hooks this app includes, needed for hooks registration */ - $setup_info['eq']['hooks'] = Array( + $setup_info['tc']['hooks'] = Array( 'preferences', 'manual', 'add_def_prefs' ); /* Dependacies for this app to work */ - $setup_info['eq']['depends'][] = array( - 'appname' => 'phpgwapi', - 'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14', '0.9.16') - ); + $setup_info['tc']['depends'][] = array( + 'appname' => 'phpgwapi', + 'versions' => Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14', '0.9.16') + ); ?>