From: Jan Schneider Date: Fri, 24 Jul 2009 08:56:14 +0000 (+0200) Subject: ws X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=2d18a0077de33618f339c5006d012f38b1b23eb1;p=horde.git ws --- diff --git a/ingo/lib/api.php b/ingo/lib/api.php index 43b566a60..70277718a 100644 --- a/ingo/lib/api.php +++ b/ingo/lib/api.php @@ -96,8 +96,8 @@ function _ingo_perms() * * @return mixed true on success | PEAR_Error on failure */ -function _ingo_removeUserData($user) { - +function _ingo_removeUserData($user) +{ if (!Horde_Auth::isAdmin() && $user != Horde_Auth::getAuth()) { return PEAR::raiseError(_("You are not allowed to remove user data.")); }