mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-05 12:59:47 +01:00
Fix annoying spelling problem
This commit is contained in:
parent
11d91ef485
commit
cc0809fb36
@ -6,7 +6,7 @@
|
||||
$setup_info['et_media']['tables'] = array('phpgw_et_media');
|
||||
$setup_info['et_media']['enable'] = 1;
|
||||
|
||||
/* Dependacies for this app to work */
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['et_media']['depends'][] = array(
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
||||
|
@ -81,7 +81,7 @@ et_media <span>that has to be identical to our app-name</span>
|
||||
$setup_info['et_media']['tables'] = array('phpgw_et_media');
|
||||
$setup_info['et_media']['enable'] = 1;
|
||||
|
||||
<span>/* Dependacies for this app to work */</span>
|
||||
<span>/* Dependencies for this app to work */</span>
|
||||
$setup_info['et_media']['depends'][] = array(
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
||||
|
@ -24,7 +24,7 @@
|
||||
//$setup_info['etemplate']['hooks'][] = 'admin';
|
||||
//$setup_info['etemplate']['hooks'][] = 'about';
|
||||
|
||||
/* Dependacies for this app to work */
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['etemplate']['depends'][] = array(
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
||||
|
@ -25,7 +25,7 @@
|
||||
$setup_info['infolog']['hooks'][] = 'addressbook_view';
|
||||
$setup_info['infolog']['hooks'][] = 'projects_view';
|
||||
|
||||
/* Dependacies for this app to work */
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['infolog']['depends'][] = array(
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('0.9.13', '0.9.14','0.9.15')
|
||||
|
@ -25,7 +25,7 @@
|
||||
$setup_info['preferences']['hooks'][] = 'preferences';
|
||||
$setup_info['preferences']['hooks'][] = 'settings';
|
||||
|
||||
/* Dependacies for this app to work */
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['preferences']['depends'][] = array(
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('0.9.13', '0.9.14','0.9.15')
|
||||
|
Loading…
Reference in New Issue
Block a user