mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 19:33:54 +01:00
Speling; fix appname in header
This commit is contained in:
parent
f612468342
commit
7a687715a4
@ -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')
|
||||||
|
Loading…
Reference in New Issue
Block a user