Last change
on this file since 704 was
138,
checked in by sebas, 16 years ago
|
ahora si para la compatibilidad con egw 1.6 1.7
|
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.4','1.6','1.7') |
---|
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.