Fix annoying spelling problem

This commit is contained in:
Miles Lott 2002-04-28 15:54:11 +00:00
parent 11d91ef485
commit cc0809fb36
5 changed files with 5 additions and 5 deletions

View File

@ -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')

View File

@ -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')

View File

@ -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')

View File

@ -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')

View File

@ -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')