mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix email address
This commit is contained in:
parent
27619fb663
commit
5c76f8b80f
@ -4,7 +4,7 @@
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This file written by Dan Kuykendall<seek3r@phpgroupware.org> *
|
||||
* and Miles Lott<milosch@phpgroupware.org> *
|
||||
* and Miles Lott<milos@groupwhere.org> *
|
||||
* -------------------------------------------- *
|
||||
* This program is free software; you can redistribute it and/or modify it *
|
||||
* under the terms of the GNU General Public License as published by the *
|
||||
@ -146,7 +146,7 @@
|
||||
/* Does this app have any depends */
|
||||
if(isset($value['depends']))
|
||||
{
|
||||
/* If so find out which apps it depends on */
|
||||
/* If so find out which apps it depends on */
|
||||
foreach($value['depends'] as $depkey => $depvalue)
|
||||
{
|
||||
/* I set this to False until we find a compatible version of this app */
|
||||
|
Loading…
Reference in New Issue
Block a user