ws
authorJan Schneider <jan@horde.org>
Fri, 24 Jul 2009 08:56:14 +0000 (10:56 +0200)
committerJan Schneider <jan@horde.org>
Fri, 24 Jul 2009 08:57:31 +0000 (10:57 +0200)
ingo/lib/api.php

index 43b566a..7027771 100644 (file)
@@ -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."));
     }