source: trunk/egroupware/egw-passwd-sync-with-alternc/setup/setup.inc.php @ 137

Last change on this file since 137 was 137, checked in by sebas, 15 years ago

cambio de nombre del module + actualizacion para la compatibilidad con las nuevas version de egw

File size: 956 bytes
Line 
1<?php
2        $setup_info['Egw-passwd-sync']['name']      = 'Egw-passwd-sync';
3        $setup_info['Egw-passwd-sync']['title']     = 'Egw-passwd-sync';
4        $setup_info['Egw-passwd-sync']['version']   = '0.2';
5        $setup_info['Egw-passwd-sync']['app_order'] = 100;             // at the end
6        //$setup_info['Egw-passwd-sync']['tables']    = array('egw_Egw-passwd-sync');
7        $setup_info['Egw-passwd-sync']['enable']    = 1;
8
9        /* Dependencies for this app to work */
10        $setup_info['Egw-passwd-sync']['depends'][] = array(
11                 'appname' => 'phpgwapi',
12                 'versions' => Array('1.2','1.3','1.4')
13        );
14        /*
15        $setup_info['Egw-passwd-sync']['depends'][] = array(
16                 'appname' => 'etemplate',
17                 'versions' => Array('1.4','1.6','1.7')
18        );
19        */
20         $setup_info['Egw-passwd-sync']['hooks']['changepassword']    = 'Egw-passwd-sync.uiEgw-passwd-sync.changepassword';
Note: See TracBrowser for help on using the repository browser.