X-Git-Url: http://git.pippins.net/embedvideo/.git/static/git-logo.png?a=blobdiff_plain;f=setup%2Fsetup.inc.php;h=3db28abd998b5122115278a9b014e16361ab4851;hb=abf09ae712c55d6e251ffd4a89dc63faa64b971a;hp=a144ba461865f0d6875c921a1bf63d5bcf2f21df;hpb=5be4f84484b7a86269ae91194950a4f9c3a7550e;p=eq%2F.git diff --git a/setup/setup.inc.php b/setup/setup.inc.php index a144ba4..3db28ab 100644 --- a/setup/setup.inc.php +++ b/setup/setup.inc.php @@ -12,9 +12,9 @@ /* $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']['name'] = '3rd'; + $setup_info['eq']['title'] = '3rd Counselor'; + $setup_info['eq']['version'] = '0.2.0'; $setup_info['eq']['app_order'] = 8; $setup_info['eq']['enable'] = 1; @@ -22,14 +22,15 @@ $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'; + 'This app provides tools to help manage a Priesthood 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'; /* The tables this app creates */ - /* $setup_info['eq']['tables'] = Array('eq'); */ + /* This APP requires manual table creation */ + /* Manually import the eq/sql/eq.sql file into mysql */ /* The hooks this app includes, needed for hooks registration */ $setup_info['eq']['hooks'] = Array(