Speling; fix appname in header

This commit is contained in:
Miles Lott 2002-03-13 04:41:45 +00:00
parent f612468342
commit 7a687715a4

View File

@ -1,6 +1,6 @@
<?php <?php
/**************************************************************************\ /**************************************************************************\
* phpGroupWare - Chora * * phpGroupWare - administration *
* http://www.phpgroupware.org * * http://www.phpgroupware.org *
* -------------------------------------------- * * -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it * * This program is free software; you can redistribute it and/or modify it *
@ -28,7 +28,7 @@
$setup_info['admin']['hooks'][] = 'manual'; $setup_info['admin']['hooks'][] = 'manual';
$setup_info['admin']['hooks'][] = 'view_user'; $setup_info['admin']['hooks'][] = 'view_user';
/* Dependacies for this app to work */ /* Dependencies for this app to work */
$setup_info['admin']['depends'][] = array( $setup_info['admin']['depends'][] = array(
'appname' => 'phpgwapi', 'appname' => 'phpgwapi',
'versions' => Array('0.9.13', '0.9.14', '0.9.15') 'versions' => Array('0.9.13', '0.9.14', '0.9.15')