Last change
on this file since 607 was
138,
checked in by sebas, 16 years ago
|
ahora si para la compatibilidad con egw 1.6 1.7
|
File size:
956 bytes
|
Rev | Line | |
---|
[47] | 1 | <?php |
---|
[137] | 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; |
---|
[47] | 8 | |
---|
| 9 | /* Dependencies for this app to work */ |
---|
[137] | 10 | $setup_info['Egw-passwd-sync']['depends'][] = array( |
---|
[47] | 11 | 'appname' => 'phpgwapi', |
---|
[138] | 12 | 'versions' => Array('1.4','1.6','1.7') |
---|
[47] | 13 | ); |
---|
| 14 | /* |
---|
[137] | 15 | $setup_info['Egw-passwd-sync']['depends'][] = array( |
---|
[47] | 16 | 'appname' => 'etemplate', |
---|
[137] | 17 | 'versions' => Array('1.4','1.6','1.7') |
---|
[47] | 18 | ); |
---|
| 19 | */ |
---|
[137] | 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.