spellcheck

This commit is contained in:
Miles Lott 2004-01-22 02:30:43 +00:00
parent 934067f137
commit c8369da52d

View File

@ -25,9 +25,9 @@
$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.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14')
'appname' => 'phpgwapi',
'versions' => Array('0.9.10', '0.9.11', '0.9.12', '0.9.13', '0.9.14')
);
?>