X-Git-Url: http://git.pippins.net/embedvideo/.git/?a=blobdiff_plain;f=setup%2Fsetup.inc.php;fp=setup%2Fsetup.inc.php;h=492920addc89981d1f786dac95ed8c29230227ce;hb=e72d7ba6537f5e438dedd252ae8cd0b0f0ec08d8;hp=cee462cf6db45a448e435a0ebdf8a96be6a5f753;hpb=2bed1fcce50cb61206535546a9563fa22430b54d;p=eq%2F.git diff --git a/setup/setup.inc.php b/setup/setup.inc.php index cee462c..492920a 100644 --- a/setup/setup.inc.php +++ b/setup/setup.inc.php @@ -12,35 +12,35 @@ /* $Id: setup.inc.php,v 1.9.4.2 2004/03/07 02:14:23 skwashd Exp $ */ /* Basic information about this app */ - $setup_info['3rd']['name'] = '3rd'; - $setup_info['3rd']['title'] = '3rd Counselor'; - $setup_info['3rd']['version'] = '0.5.0'; - $setup_info['3rd']['app_order'] = 8; - $setup_info['3rd']['enable'] = 1; + $setup_info['tc']['name'] = 'tc'; + $setup_info['tc']['title'] = '3rd Counselor'; + $setup_info['tc']['version'] = '0.5.0'; + $setup_info['tc']['app_order'] = 8; + $setup_info['tc']['enable'] = 1; /* some info's for about.php and apps.phpgroupware.org */ - $setup_info['3rd']['author'] = 'Alan J. Pippin'; - $setup_info['3rd']['license'] = 'GPL'; - $setup_info['3rd']['description'] = + $setup_info['tc']['author'] = 'Alan J. Pippin'; + $setup_info['tc']['license'] = 'GPL'; + $setup_info['tc']['description'] = 'This app provides tools to help manage a Priesthood Elders Quorum or High Priest Group'; - $setup_info['3rd']['note'] = + $setup_info['tc']['note'] = 'This was created for the Miramont Ward.'; - $setup_info['3rd']['maintainer'] = 'Alan J. Pippin'; - $setup_info['3rd']['maintainer_email'] = 'apippin@pippins.net'; + $setup_info['tc']['maintainer'] = 'Alan J. Pippin'; + $setup_info['tc']['maintainer_email'] = 'apippin@pippins.net'; /* The tables this app creates */ /* This APP requires manual table creation */ - /* Manually import the 3rd/sql/3rd.sql file into mysql */ + /* Manually import the tc/sql/tc.sql file into mysql */ /* The hooks this app includes, needed for hooks registration */ - $setup_info['3rd']['hooks'] = Array( + $setup_info['tc']['hooks'] = Array( 'preferences', 'manual', 'add_def_prefs' ); /* Dependacies for this app to work */ - $setup_info['3rd']['depends'][] = array( + $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') );