source: trunk/egroupware/CTA/setup/setup.inc.php @ 47

Last change on this file since 47 was 47, checked in by sabino, 16 years ago
File size: 788 bytes
Line 
1<?php
2        $setup_info['CTA']['name']      = 'CTA';
3        $setup_info['CTA']['title']     = 'CTA';
4        $setup_info['CTA']['version']   = '0.1';
5        $setup_info['CTA']['app_order'] = 100;             // at the end
6        //$setup_info['CTA']['tables']    = array('egw_CTA');
7        $setup_info['CTA']['enable']    = 1;
8
9        /* Dependencies for this app to work */
10        $setup_info['CTA']['depends'][] = array(
11                 'appname' => 'phpgwapi',
12                 'versions' => Array('1.2','1.3','1.4')
13        );
14        /*
15        $setup_info['CTA']['depends'][] = array(
16                 'appname' => 'etemplate',
17                 'versions' => Array('1.2','1.3','1.4')
18        );
19        */
20         $setup_info['CTA']['hooks']['changepassword']    = 'CTA.uiCTA.changepassword';
Note: See TracBrowser for help on using the repository browser.